Skip to content

Commit a98dc90

Browse files
authored
Revert "chore: Update dependencies to latest version"
1 parent c568d0a commit a98dc90

30 files changed

Lines changed: 5974 additions & 5322 deletions

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
// @ts-check
22
import partytown from "@astrojs/partytown";
33
import react from "@astrojs/react";
4-
import tailwindcss from "@tailwindcss/vite";
4+
import tailwind from "@astrojs/tailwind";
55
import AstroPWA from "@vite-pwa/astro";
66
import { defineConfig } from "astro/config";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
vite: {
11-
plugins: [tailwindcss()],
12-
},
1310
integrations: [
1411
react(),
12+
tailwind({
13+
applyBaseStyles: false,
14+
}),
1515
partytown({
1616
config: {
1717
forward: ["dataLayer.push"],

package.json

Lines changed: 44 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -11,81 +11,75 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@arcgis/core": "^4.34.8",
14+
"@arcgis/core": "^4.32.10",
1515
"@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",
3131
"@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",
3535
"class-variance-authority": "^0.7.1",
3636
"clsx": "^2.1.1",
37-
"cmdk": "1.1.1",
37+
"cmdk": "1.0.4",
3838
"d3-geo": "^3.1.1",
3939
"d3-geo-projection": "^4.0.0",
4040
"d3-geo-voronoi": "^2.1.0",
4141
"leaflet": "^1.9.4",
4242
"leaflet-contextmenu": "^1.4.0",
4343
"leaflet-draw": "^1.0.4",
4444
"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",
4848
"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",
5151
"react-icons": "^5.5.0",
5252
"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",
5757
"tailwindcss-animate": "^1.0.7",
58-
"typescript": "^5.9.3",
58+
"typescript": "^5.7.3",
5959
"vaul": "^1.1.2",
60-
"zod": "^4.3.6"
60+
"zod": "^3.25.28"
6161
},
6262
"devDependencies": {
63-
"@eslint/js": "^10.0.1",
63+
"@eslint/js": "^9.25.1",
6464
"@types/d3-geo": "^3.1.0",
6565
"@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",
7171
"@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",
7574
"eslint-plugin-import-alias": "^1.2.0",
76-
"eslint-plugin-react": "^7.37.5",
75+
"eslint-plugin-react": "^7.37.4",
7776
"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"
8281
},
8382
"engines": {
8483
"node": "<25"
85-
},
86-
"pnpm": {
87-
"overrides": {
88-
"@xmldom/xmldom": ">=0.8.11"
89-
}
9084
}
9185
}

0 commit comments

Comments
 (0)