diff --git a/package-lock.json b/package-lock.json index 3ac0772b07..f19ff5f841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@mapbox/whoots-js": "^3.1.0", "@maplibre/maplibre-gl-style-spec": "^19.3.3", "@types/geojson": "^7946.0.13", + "@types/geojson-vt": "3.2.5", "@types/mapbox__point-geometry": "^0.1.4", "@types/mapbox__vector-tile": "^1.3.4", "@types/pbf": "^3.0.5", @@ -51,7 +52,6 @@ "@types/diff": "^5.0.8", "@types/earcut": "^2.1.4", "@types/eslint": "^8.44.8", - "@types/geojson-vt": "3.2.5", "@types/gl": "^6.0.5", "@types/glob": "^8.1.0", "@types/jest": "^29.5.10", @@ -2488,7 +2488,6 @@ "version": "3.2.5", "resolved": "https://registry.npmjs.org/@types/geojson-vt/-/geojson-vt-3.2.5.tgz", "integrity": "sha512-qDO7wqtprzlpe8FfQ//ClPV9xiuoh2nkIgiouIptON9w5jvD/fA4szvP9GBlDVdJ5dldAl0kX/sy3URbWwLx0g==", - "dev": true, "dependencies": { "@types/geojson": "*" } diff --git a/package.json b/package.json index 74d170962c..187a119a3a 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@mapbox/whoots-js": "^3.1.0", "@maplibre/maplibre-gl-style-spec": "^19.3.3", "@types/geojson": "^7946.0.13", + "@types/geojson-vt": "3.2.5", "@types/mapbox__point-geometry": "^0.1.4", "@types/mapbox__vector-tile": "^1.3.4", "@types/pbf": "^3.0.5", @@ -55,7 +56,6 @@ "@types/diff": "^5.0.8", "@types/earcut": "^2.1.4", "@types/eslint": "^8.44.8", - "@types/geojson-vt": "3.2.5", "@types/gl": "^6.0.5", "@types/glob": "^8.1.0", "@types/jest": "^29.5.10",