Update deps

This commit is contained in:
2025-07-27 18:17:59 +10:00
parent 5b98ab67ab
commit 09c3e2ae5d
3 changed files with 252 additions and 270 deletions

View File

@@ -11,7 +11,7 @@
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.20"/>
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.12"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
<PackageReference Include="Scalar.AspNetCore" Version="2.6.0" />
<PackageReference Include="Scalar.AspNetCore" Version="2.6.4" />
<PackageReference Include="ServiceStack.OrmLite.PostgreSQL" Version="8.8.0"/>
</ItemGroup>

View File

@@ -10,15 +10,15 @@
"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.1.3",
"@mantine/core": "^8.1.3",
"@mantine/dates": "^8.1.3",
"@mantine/hooks": "^8.1.3",
"@mantine/notifications": "^8.1.3",
"@openapitools/openapi-generator-cli": "^2.21.0",
"@mantine/charts": "^8.2.1",
"@mantine/core": "^8.2.1",
"@mantine/dates": "^8.2.1",
"@mantine/hooks": "^8.2.1",
"@mantine/notifications": "^8.2.1",
"@openapitools/openapi-generator-cli": "^2.21.4",
"@tanstack/react-query": "^5.83.0",
"@types/geojson": "^7946.0.16",
"axios": "^1.10.0",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"dayjs-plugin-utc": "^0.1.2",
"leaflet": "^1.9.4",
@@ -31,20 +31,20 @@
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@eslint/js": "^9.32.0",
"@types/leaflet": "^1.9.20",
"@types/node": "^22.16.3",
"@types/node": "^22.16.5",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.5",
"eslint-config-next": "^15.4.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.8.3",
"typescript-eslint": "^8.36.0"
"typescript-eslint": "^8.38.0"
},
"packageManager": "pnpm@10.13.1"
}

498
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff