1 Commits

Author SHA1 Message Date
be8bc32f43 fix(deps): update all dependencies 2025-12-08 04:57:47 +00:00
6 changed files with 441 additions and 348 deletions

View File

@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:10.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
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
WORKDIR /src WORKDIR /src
COPY *.sln . COPY *.sln .

View File

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

View File

@@ -14,7 +14,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Mediatr" Version="12.4.1" /> <PackageReference Include="Mediatr" Version="14.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

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

View File

@@ -8,28 +8,28 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@microsoft/signalr": "10.0.0", "@microsoft/signalr": "8.0.7",
"@reduxjs/toolkit": "2.6.0", "@reduxjs/toolkit": "2.11.1",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"axios": "1.8.1", "axios": "1.13.2",
"next": "15.2.1", "next": "15.2.1",
"next-pwa": "5.6.0", "next-pwa": "5.6.0",
"react": "19.0.0", "react": "19.0.0",
"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.9",
"tailwindcss": "4.0.10" "tailwindcss": "4.0.10"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-redux": "7.1.34", "@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.22",
"cssnano": "7.0.6", "cssnano": "7.1.2",
"eslint": "9.21.0", "eslint": "9.21.0",
"eslint-config-next": "15.2.1", "eslint-config-next": "15.2.1",
"postcss": "8.5.3", "postcss": "8.5.6",
"postcss-import": "16.1.0", "postcss-import": "16.1.1",
"prettier": "3.5.3", "prettier": "3.7.4",
"typescript": "5.8.2" "typescript": "5.9.3"
} }
} }

File diff suppressed because it is too large Load Diff