Update deps

This commit is contained in:
2025-10-09 21:00:56 +11:00
parent 75b0c75a3d
commit 29e21eeea9
3 changed files with 341 additions and 345 deletions

View File

@@ -11,7 +11,7 @@
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.21" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.12"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
<PackageReference Include="Scalar.AspNetCore" Version="2.8.3" />
<PackageReference Include="Scalar.AspNetCore" Version="2.8.11" />
<PackageReference Include="ServiceStack.OrmLite.PostgreSQL" Version="8.8.0"/>
</ItemGroup>

View File

@@ -10,19 +10,19 @@
"generate": "openapi-generator-cli generate -i http://localhost:5161/swagger/v1/swagger.json -g typescript-axios -o ./generated --additional-properties=supportsES6=true,useSingleRequestParameter=true,typescriptThreePlus=true"
},
"dependencies": {
"@mantine/charts": "^8.3.1",
"@mantine/core": "^8.3.1",
"@mantine/dates": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mantine/notifications": "^8.3.1",
"@openapitools/openapi-generator-cli": "^2.23.1",
"@tanstack/react-query": "^5.87.4",
"@mantine/charts": "^8.3.3",
"@mantine/core": "^8.3.3",
"@mantine/dates": "^8.3.3",
"@mantine/hooks": "^8.3.3",
"@mantine/notifications": "^8.3.3",
"@openapitools/openapi-generator-cli": "^2.24.0",
"@tanstack/react-query": "^5.90.2",
"@types/geojson": "^7946.0.16",
"axios": "^1.12.1",
"axios": "^1.12.2",
"dayjs": "^1.11.18",
"dayjs-plugin-utc": "^0.1.2",
"leaflet": "^1.9.4",
"next": "^14.2.32",
"next": "^14.2.33",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
@@ -31,20 +31,20 @@
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@eslint/js": "^9.37.0",
"@types/leaflet": "^1.9.20",
"@types/node": "^22.18.3",
"@types/react": "^18.3.24",
"@types/node": "^22.18.8",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.3",
"eslint-config-next": "^15.5.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0"
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0"
},
"packageManager": "pnpm@10.13.1"
}

654
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff