|
12 | 12 | "ci": "biome ci && eslint . --quiet --no-color && pnpm run build" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@tanstack/react-query": "^5.66.11", |
16 | | - "@tanstack/react-router": "^1.112.0", |
| 15 | + "@tanstack/react-query": "^5.68.0", |
| 16 | + "@tanstack/react-router": "^1.114.17", |
17 | 17 | "leaflet": "^1.9.4", |
18 | 18 | "luxon": "^3.5.0", |
19 | 19 | "react": "^19.0.0", |
|
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@biomejs/biome": "^1.9.4", |
29 | | - "@eslint/js": "^9.21.0", |
30 | | - "@tailwindcss/vite": "^4.0.9", |
31 | | - "@tanstack/react-query-devtools": "^5.66.11", |
32 | | - "@tanstack/router-devtools": "^1.112.6", |
33 | | - "@tanstack/router-plugin": "^1.112.3", |
| 29 | + "@eslint/js": "^9.22.0", |
| 30 | + "@tailwindcss/vite": "^4.0.14", |
| 31 | + "@tanstack/react-query-devtools": "^5.68.0", |
| 32 | + "@tanstack/router-devtools": "^1.114.21", |
| 33 | + "@tanstack/router-plugin": "^1.114.17", |
34 | 34 | "@types/leaflet": "^1.9.16", |
35 | 35 | "@types/luxon": "^3.4.2", |
36 | | - "@types/node": "^22.13.8", |
| 36 | + "@types/node": "^22.13.10", |
37 | 37 | "@types/react": "^19.0.10", |
38 | 38 | "@types/react-dom": "^19.0.4", |
39 | 39 | "@vitejs/plugin-react": "^4.3.4", |
40 | 40 | "clsx": "^2.1.1", |
41 | | - "eslint": "^9.21.0", |
| 41 | + "eslint": "^9.22.0", |
42 | 42 | "eslint-plugin-react-hooks": "^5.2.0", |
43 | 43 | "eslint-plugin-react-refresh": "^0.4.19", |
44 | 44 | "globals": "^16.0.0", |
45 | 45 | "tailwind-merge": "^3.0.2", |
46 | | - "tailwindcss": "^4.0.9", |
| 46 | + "tailwindcss": "^4.0.14", |
47 | 47 | "typescript": "^5.8.2", |
48 | | - "typescript-eslint": "^8.25.0", |
49 | | - "vite": "^6.2.0" |
| 48 | + "typescript-eslint": "^8.26.1", |
| 49 | + "vite": "^6.2.2" |
50 | 50 | } |
51 | 51 | } |
0 commit comments