|
20 | 20 | "@tanstack/react-devtools": "^0.9.5", |
21 | 21 | "@tanstack/react-query": "^5.90.20", |
22 | 22 | "@tanstack/react-query-devtools": "^5.91.3", |
23 | | - "@tanstack/react-router": "^1.159.4", |
24 | | - "@tanstack/react-router-devtools": "^1.159.4", |
25 | | - "@tanstack/router-plugin": "^1.159.4", |
| 23 | + "@tanstack/react-router": "^1.159.5", |
| 24 | + "@tanstack/react-router-devtools": "^1.159.5", |
| 25 | + "@tanstack/router-plugin": "^1.159.5", |
26 | 26 | "@yornaath/batshit": "^0.14.0", |
27 | 27 | "clsx": "^2.1.1", |
28 | 28 | "leaflet": "^1.9.4", |
|
41 | 41 | "devDependencies": { |
42 | 42 | "@biomejs/biome": "^2.3.14", |
43 | 43 | "@eslint/js": "^9.39.2", |
44 | | - "@hey-api/openapi-ts": "^0.80.18", |
| 44 | + "@hey-api/openapi-ts": "^0.92.3", |
45 | 45 | "@tailwindcss/vite": "^4.1.18", |
46 | 46 | "@tanstack/devtools-vite": "^0.5.1", |
47 | 47 | "@types/leaflet": "^1.9.21", |
48 | 48 | "@types/luxon": "^3.7.1", |
49 | | - "@types/node": "^22.19.10", |
50 | 49 | "@types/react": "^19.2.13", |
51 | 50 | "@types/react-dom": "^19.2.3", |
52 | | - "@vitejs/plugin-react": "^4.7.0", |
| 51 | + "@vitejs/plugin-react": "^5.1.4", |
53 | 52 | "cross-env": "^10.1.0", |
54 | 53 | "eslint": "^9.39.2", |
55 | | - "eslint-plugin-react-hooks": "^5.2.0", |
56 | | - "eslint-plugin-react-refresh": "^0.4.26", |
57 | | - "globals": "^16.5.0", |
58 | | - "jsdom": "^27.4.0", |
| 54 | + "eslint-plugin-react": "^7.37.5", |
| 55 | + "eslint-plugin-react-refresh": "^0.5.0", |
| 56 | + "globals": "^17.3.0", |
59 | 57 | "protobufjs-cli": "^2.0.0", |
60 | 58 | "typescript": "^5.9.3", |
61 | | - "typescript-eslint": "^8.54.0", |
| 59 | + "typescript-eslint": "^8.55.0", |
62 | 60 | "vite": "^7.3.1", |
63 | 61 | "vite-tsconfig-paths": "^6.1.0" |
| 62 | + }, |
| 63 | + "pnpm": { |
| 64 | + "overrides": { |
| 65 | + "glob": "^13.0.1" |
| 66 | + }, |
| 67 | + "peerDependencyRules": { |
| 68 | + "allowedVersions": { |
| 69 | + "protobufjs": "8" |
| 70 | + } |
| 71 | + } |
64 | 72 | } |
65 | 73 | } |
0 commit comments