1 Commits

Author SHA1 Message Date
d9bc470f0c chore(deps): update dependency @types/react to v19.0.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-24 02:25:56 +00:00
7 changed files with 593 additions and 148 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.102",
"rollForward": "latestMajor",
"allowPrerelease": true
}

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0"/>
</ItemGroup>
<ItemGroup>

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.1"/>
</ItemGroup>
<ItemGroup>

View File

@@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="3.2.1"/>
<PackageReference Include="MongoDB.Driver" Version="3.1.0"/>
<PackageReference Include="MongoDB.Driver.Core" Version="2.30.0"/>
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="9.0.0"/>
</ItemGroup>

View File

@@ -9,27 +9,27 @@
},
"dependencies": {
"@microsoft/signalr": "8.0.7",
"@reduxjs/toolkit": "2.6.0",
"@reduxjs/toolkit": "2.5.0",
"@tippyjs/react": "4.2.6",
"axios": "1.8.1",
"next": "15.2.1",
"axios": "1.7.9",
"next": "15.1.6",
"next-pwa": "5.6.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"react-textarea-autosize": "8.5.7",
"tailwindcss": "4.0.10"
"tailwindcss": "3.4.17"
},
"devDependencies": {
"@types/react": "19.0.10",
"@types/react": "19.0.8",
"@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.21.0",
"eslint-config-next": "15.2.1",
"postcss": "8.5.3",
"eslint": "9.18.0",
"eslint-config-next": "15.1.6",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"prettier": "3.5.3",
"typescript": "5.8.2"
"prettier": "3.4.2",
"typescript": "5.7.3"
}
}

File diff suppressed because it is too large Load Diff