1 Commits

Author SHA1 Message Date
f946950424 fix(deps): update dependency tailwindcss to v4.1.5 2025-05-01 00:49:36 +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
EXPOSE 80
EXPOSE 443

View File

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

View File

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

View File

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

View File

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