|
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@edge-runtime/vm": "4.0.4", |
76 | | - "@eslint/js": "^9.9.1", |
77 | | - "@fast-check/vitest": "^0.2.2", |
78 | | - "@types/d3-array": "^3.2.2", |
79 | | - "@types/leaflet": "^1.9.21", |
80 | | - "@types/node": "20.19.24", |
81 | | - "@types/react": "^19.2.2", |
82 | | - "@types/react-dom": "^19.2.2", |
83 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
84 | | - "@typescript-eslint/parser": "^8.46.2", |
85 | | - "@vitejs/plugin-react": "^5.1.0", |
86 | | - "antd": "^5.27.6", |
| 76 | + "@eslint/js": "9.38.0", |
| 77 | + "@fast-check/vitest": "0.2.2", |
| 78 | + "@types/d3-array": "3.2.2", |
| 79 | + "@types/leaflet": "1.9.21", |
| 80 | + "@types/node": "20.19.25", |
| 81 | + "@types/react": "19.2.2", |
| 82 | + "@types/react-dom": "19.2.2", |
| 83 | + "@typescript-eslint/eslint-plugin": "8.46.2", |
| 84 | + "@typescript-eslint/parser": "8.46.2", |
| 85 | + "@vitejs/plugin-react": "5.1.0", |
| 86 | + "antd": "5.27.6", |
87 | 87 | "chokidar-cli": "3.0.0", |
88 | 88 | "convex": "1.29.0", |
89 | 89 | "convex-test": "0.0.38", |
90 | | - "d3-array": "^3.2.4", |
91 | | - "eslint": "^8.57.1", |
92 | | - "eslint-plugin-react-hooks": "^7.0.1", |
93 | | - "eslint-plugin-react-refresh": "^0.4.24", |
94 | | - "globals": "^15.9.0", |
95 | | - "h3-js": "^4.3.0", |
96 | | - "leaflet": "^1.9.4", |
| 90 | + "d3-array": "3.2.4", |
| 91 | + "eslint": "8.57.1", |
| 92 | + "eslint-plugin-react-hooks": "7.0.1", |
| 93 | + "eslint-plugin-react-refresh": "0.4.24", |
| 94 | + "globals": "15.15.0", |
| 95 | + "h3-js": "4.3.0", |
| 96 | + "leaflet": "1.9.4", |
97 | 97 | "npm-run-all2": "8.0.4", |
98 | | - "prettier": "3.2.5", |
99 | | - "react": "^18.3.1", |
100 | | - "react-dom": "^18.3.1", |
101 | | - "react-leaflet": "^4.2.1", |
102 | | - "typescript": "^5.9.3", |
103 | | - "typescript-eslint": "^8.46.2", |
104 | | - "vite": "^6.4.1", |
105 | | - "vitest": "^3.2.4" |
| 98 | + "prettier": "3.6.2", |
| 99 | + "react": "18.3.1", |
| 100 | + "react-dom": "18.3.1", |
| 101 | + "react-leaflet": "4.2.1", |
| 102 | + "typescript": "5.9.3", |
| 103 | + "typescript-eslint": "8.46.2", |
| 104 | + "vite": "6.4.1", |
| 105 | + "vitest": "3.2.4" |
106 | 106 | }, |
107 | 107 | "types": "./dist/client/index.d.ts", |
108 | 108 | "module": "./dist/client/index.js" |
|
0 commit comments