chore: update deps

This commit is contained in:
kurt-mcrae
2026-01-29 15:10:29 +11:00
parent 218cb60be1
commit f060adbda5
3 changed files with 528 additions and 489 deletions

View File

@@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.22" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.13" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.11" />
<PackageReference Include="Scalar.AspNetCore" Version="2.11.10" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.12" />
<PackageReference Include="Scalar.AspNetCore" Version="2.12.22" />
<PackageReference Include="ServiceStack.OrmLite.PostgreSQL" Version="10.0.4" />
</ItemGroup>

View File

@@ -10,43 +10,43 @@
"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.10",
"@mantine/core": "^8.3.10",
"@mantine/dates": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/notifications": "^8.3.10",
"@openapitools/openapi-generator-cli": "^2.27.0",
"@tanstack/react-query": "^5.90.16",
"@mantine/charts": "^8.3.13",
"@mantine/core": "^8.3.13",
"@mantine/dates": "^8.3.13",
"@mantine/hooks": "^8.3.13",
"@mantine/notifications": "^8.3.13",
"@openapitools/openapi-generator-cli": "^2.28.0",
"@tanstack/react-query": "^5.90.20",
"@types/geojson": "^7946.0.16",
"axios": "^1.13.2",
"axios": "^1.13.4",
"dayjs": "^1.11.19",
"dayjs-plugin-utc": "^0.1.2",
"leaflet": "^1.9.4",
"next": "^16.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-leaflet": "latest",
"recharts": "^3.6.0",
"recharts": "^3.7.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-config-next": "^16.1.6",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0"
"typescript-eslint": "^8.54.0"
},
"packageManager": "pnpm@10.27.0",
"packageManager": "pnpm@10.28.2",
"overrides": {
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2"

979
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff