|
11 | 11 | "test": "vitest" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@arcgis/core": "^4.34.8", |
| 14 | + "@arcgis/core": "^4.32.10", |
15 | 15 | "@astrojs/partytown": "^2.1.4", |
16 | | - "@astrojs/react": "4.4.2", |
17 | | - "@nanostores/persistent": "^1.3.3", |
18 | | - "@nanostores/react": "^1.0.0", |
19 | | - "@radix-ui/react-alert-dialog": "^1.1.15", |
20 | | - "@radix-ui/react-checkbox": "^1.3.3", |
21 | | - "@radix-ui/react-dialog": "^1.1.15", |
22 | | - "@radix-ui/react-label": "^2.1.8", |
23 | | - "@radix-ui/react-popover": "^1.1.15", |
24 | | - "@radix-ui/react-select": "^2.2.6", |
25 | | - "@radix-ui/react-separator": "^1.1.8", |
26 | | - "@radix-ui/react-slot": "^1.2.4", |
27 | | - "@radix-ui/react-toggle": "^1.1.10", |
28 | | - "@radix-ui/react-toggle-group": "^1.1.11", |
29 | | - "@radix-ui/react-tooltip": "^1.2.8", |
30 | | - "@tailwindcss/vite": "^4.1.18", |
| 16 | + "@astrojs/react": "4.2.0", |
| 17 | + "@astrojs/tailwind": "^5.1.5", |
| 18 | + "@nanostores/persistent": "^0.10.2", |
| 19 | + "@nanostores/react": "^0.8.4", |
| 20 | + "@radix-ui/react-alert-dialog": "^1.1.11", |
| 21 | + "@radix-ui/react-checkbox": "^1.2.3", |
| 22 | + "@radix-ui/react-dialog": "^1.1.13", |
| 23 | + "@radix-ui/react-label": "^2.1.7", |
| 24 | + "@radix-ui/react-popover": "^1.1.6", |
| 25 | + "@radix-ui/react-select": "^2.2.5", |
| 26 | + "@radix-ui/react-separator": "^1.1.7", |
| 27 | + "@radix-ui/react-slot": "^1.1.2", |
| 28 | + "@radix-ui/react-toggle": "^1.1.9", |
| 29 | + "@radix-ui/react-toggle-group": "^1.1.10", |
| 30 | + "@radix-ui/react-tooltip": "^1.2.6", |
31 | 31 | "@terraformer/arcgis": "^2.1.2", |
32 | | - "@turf/turf": "^7.3.4", |
33 | | - "@xmldom/xmldom": "^0.8.11", |
34 | | - "astro": "^5.17.1", |
| 32 | + "@turf/turf": "^7.2.0", |
| 33 | + "@vite-pwa/astro": "^0.5.0", |
| 34 | + "astro": "^5.7.13", |
35 | 35 | "class-variance-authority": "^0.7.1", |
36 | 36 | "clsx": "^2.1.1", |
37 | | - "cmdk": "1.1.1", |
| 37 | + "cmdk": "1.0.4", |
38 | 38 | "d3-geo": "^3.1.1", |
39 | 39 | "d3-geo-projection": "^4.0.0", |
40 | 40 | "d3-geo-voronoi": "^2.1.0", |
41 | 41 | "leaflet": "^1.9.4", |
42 | 42 | "leaflet-contextmenu": "^1.4.0", |
43 | 43 | "leaflet-draw": "^1.0.4", |
44 | 44 | "leaflet-easyprint": "^2.1.9", |
45 | | - "lodash": "^4.17.23", |
46 | | - "lucide-react": "^0.563.0", |
47 | | - "nanostores": "^1.1.0", |
| 45 | + "lodash": "^4.17.21", |
| 46 | + "lucide-react": "^0.475.0", |
| 47 | + "nanostores": "^0.11.3", |
48 | 48 | "osmtogeojson": "3.0.0-beta.5", |
49 | | - "react": "19.2.4", |
50 | | - "react-dom": "19.2.4", |
| 49 | + "react": "19.1.0", |
| 50 | + "react-dom": "19.1.0", |
51 | 51 | "react-icons": "^5.5.0", |
52 | 52 | "react-leaflet": "5.0.0", |
53 | | - "react-leaflet-draw": "^0.21.0", |
54 | | - "react-toastify": "^11.0.5", |
55 | | - "tailwind-merge": "^3.4.0", |
56 | | - "tailwindcss": "^4.1.18", |
| 53 | + "react-leaflet-draw": "^0.20.6", |
| 54 | + "react-toastify": "^11.0.3", |
| 55 | + "tailwind-merge": "^2.6.0", |
| 56 | + "tailwindcss": "^3.4.17", |
57 | 57 | "tailwindcss-animate": "^1.0.7", |
58 | | - "typescript": "^5.9.3", |
| 58 | + "typescript": "^5.7.3", |
59 | 59 | "vaul": "^1.1.2", |
60 | | - "zod": "^4.3.6" |
| 60 | + "zod": "^3.25.28" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@eslint/js": "^10.0.1", |
| 63 | + "@eslint/js": "^9.25.1", |
64 | 64 | "@types/d3-geo": "^3.1.0", |
65 | 65 | "@types/geojson": "^7946.0.16", |
66 | | - "@types/leaflet": "^1.9.21", |
67 | | - "@types/leaflet-draw": "^1.0.13", |
68 | | - "@types/lodash": "^4.17.23", |
69 | | - "@types/react": "19.2.13", |
70 | | - "@types/react-dom": "19.2.3", |
| 66 | + "@types/leaflet": "^1.9.16", |
| 67 | + "@types/leaflet-draw": "^1.0.11", |
| 68 | + "@types/lodash": "^4.17.15", |
| 69 | + "@types/react": "19.1.6", |
| 70 | + "@types/react-dom": "19.0.3", |
71 | 71 | "@types/terraformer__arcgis": "^2.0.5", |
72 | | - "@vite-pwa/astro": "^1.2.0", |
73 | | - "eslint": "^10.0.0", |
74 | | - "eslint-config-prettier": "^10.1.8", |
| 72 | + "eslint": "^9.19.0", |
| 73 | + "eslint-config-prettier": "^10.0.1", |
75 | 74 | "eslint-plugin-import-alias": "^1.2.0", |
76 | | - "eslint-plugin-react": "^7.37.5", |
| 75 | + "eslint-plugin-react": "^7.37.4", |
77 | 76 | "eslint-plugin-simple-import-sort": "^12.1.1", |
78 | | - "globals": "^17.3.0", |
79 | | - "prettier": "3.8.1", |
80 | | - "typescript-eslint": "^8.54.0", |
81 | | - "vitest": "^4.0.18" |
| 77 | + "globals": "^16.0.0", |
| 78 | + "prettier": "3.5.3", |
| 79 | + "typescript-eslint": "^8.24.0", |
| 80 | + "vitest": "^3.1.4" |
82 | 81 | }, |
83 | 82 | "engines": { |
84 | 83 | "node": "<25" |
85 | | - }, |
86 | | - "pnpm": { |
87 | | - "overrides": { |
88 | | - "@xmldom/xmldom": ">=0.8.11" |
89 | | - } |
90 | 84 | } |
91 | 85 | } |
0 commit comments