1 Commits

Author SHA1 Message Date
0de66dcd72 chore(deps): update dotnet monorepo 2025-07-18 00:56:39 +00:00
5 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.2"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.7"/>
</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.1.6"
"tailwindcss": "4.0.10"
},
"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.1.6:
version "4.1.6"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.6.tgz#ebe62de22b7d8a8c1f76bd3a07fc37c3fcc36503"
integrity sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==
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==
tapable@^2.2.0:
version "2.2.1"