1 Commits

Author SHA1 Message Date
065f75b9fd fix(deps): update dependency tailwindcss to v4.1.6 2025-05-10 00:47:21 +00:00
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app WORKDIR /app
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443

View File

@@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "9.0.303", "version": "9.0.200",
"rollForward": "latestMajor", "rollForward": "latestMajor",
"allowPrerelease": true "allowPrerelease": true
} }

View File

@@ -11,7 +11,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.7"/> <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.2"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -18,7 +18,7 @@
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-redux": "9.2.0", "react-redux": "9.2.0",
"react-textarea-autosize": "8.5.7", "react-textarea-autosize": "8.5.7",
"tailwindcss": "4.0.10" "tailwindcss": "4.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.10",

View File

@@ -5495,10 +5495,10 @@ synckit@^0.8.4:
"@pkgr/utils" "^2.3.1" "@pkgr/utils" "^2.3.1"
tslib "^2.4.0" tslib "^2.4.0"
tailwindcss@4.0.10: tailwindcss@4.1.6:
version "4.0.10" version "4.1.6"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.10.tgz#42981b8b7e3918b856adffd7e29a896059366296" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.6.tgz#ebe62de22b7d8a8c1f76bd3a07fc37c3fcc36503"
integrity sha512-Z8U/6E2BWSdDkt3IWPiphoV+8V6aNzRmu2SriSbuhm6i3QIcY3TdUJzUP5NX8M8MZuIl+v4/77Rer8u4YSrSsg== integrity sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==
tapable@^2.2.0: tapable@^2.2.0:
version "2.2.1" version "2.2.1"