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
6 changed files with 607 additions and 162 deletions

View File

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

View File

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

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="9.0.1"/>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

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

View File

@@ -9,27 +9,27 @@
}, },
"dependencies": { "dependencies": {
"@microsoft/signalr": "8.0.7", "@microsoft/signalr": "8.0.7",
"@reduxjs/toolkit": "2.6.0", "@reduxjs/toolkit": "2.5.0",
"@tippyjs/react": "4.2.6", "@tippyjs/react": "4.2.6",
"axios": "1.8.1", "axios": "1.7.9",
"next": "15.2.1", "next": "15.1.6",
"next-pwa": "5.6.0", "next-pwa": "5.6.0",
"react": "19.1.0", "react": "19.0.0",
"react-dom": "19.1.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": "3.4.17"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.1.8", "@types/react": "19.0.8",
"@types/react-redux": "7.1.34", "@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"cssnano": "7.0.6", "cssnano": "7.0.6",
"eslint": "9.21.0", "eslint": "9.18.0",
"eslint-config-next": "15.2.1", "eslint-config-next": "15.1.6",
"postcss": "8.5.3", "postcss": "8.5.1",
"postcss-import": "16.1.0", "postcss-import": "16.1.0",
"prettier": "3.5.3", "prettier": "3.4.2",
"typescript": "5.8.2" "typescript": "5.7.3"
} }
} }

File diff suppressed because it is too large Load Diff