chore: secure frontend build toolchain
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 11:49:12 +02:00
parent d7eadbc6ca
commit 68ee228f1b
6 changed files with 315 additions and 157 deletions
+7 -4
View File
@@ -9,16 +9,19 @@
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"dependencies": {
"maplibre-gl": "^4.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"maplibre-gl": "^4.7.1"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"vite": "^7.3.6"
}
}