app: update MapLibre GL to 5.13.0, update vite (#615)

* app: update MapLibre GL to 5.13.0, update vite

* bump style-spec version
This commit is contained in:
Brandon Liu
2025-12-01 15:55:19 +08:00
committed by GitHub
parent c21f968233
commit ec103efdff
2 changed files with 431 additions and 461 deletions

View File

@@ -21,15 +21,15 @@
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"maplibre-gl": "5.3.0",
"maplibre-gl": "5.13.0",
"pbf": "^4.0.1",
"pmtiles": "^4.3.0",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@maplibre/maplibre-gl-style-spec": "^23.1.0",
"@tailwindcss/vite": "^4.1.3",
"@maplibre/maplibre-gl-style-spec": "^24.3.1",
"@tailwindcss/vite": "^4.1.17",
"@types/d3-axis": "^3.0.6",
"@types/d3-path": "^3.1.1",
"@types/d3-scale": "^4.0.9",
@@ -39,9 +39,9 @@
"@types/d3-zoom": "^3.0.8",
"@types/node": "^22.13.1",
"jsdom": "^26.0.0",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2",
"vite": "^6.4.1",
"vite-plugin-solid": "^2.11.6"
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10"
}
}