diff --git a/examples/get-started/basic/package.json b/examples/get-started/basic/package.json index 9d134f9a0..5953329bf 100644 --- a/examples/get-started/basic/package.json +++ b/examples/get-started/basic/package.json @@ -10,7 +10,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/get-started/controlled/package.json b/examples/get-started/controlled/package.json index 9d134f9a0..5953329bf 100644 --- a/examples/get-started/controlled/package.json +++ b/examples/get-started/controlled/package.json @@ -10,7 +10,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/get-started/hook/package.json b/examples/get-started/hook/package.json index 9d134f9a0..5953329bf 100644 --- a/examples/get-started/hook/package.json +++ b/examples/get-started/hook/package.json @@ -10,7 +10,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/get-started/maplibre/package.json b/examples/get-started/maplibre/package.json index ba1967f9d..27741cc98 100644 --- a/examples/get-started/maplibre/package.json +++ b/examples/get-started/maplibre/package.json @@ -10,7 +10,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/get-started/redux/package.json b/examples/get-started/redux/package.json index 4cd66dc25..65d27ba44 100644 --- a/examples/get-started/redux/package.json +++ b/examples/get-started/redux/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/clusters/package.json b/examples/mapbox/clusters/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/clusters/package.json +++ b/examples/mapbox/clusters/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/clusters/tsconfig.json b/examples/mapbox/clusters/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/clusters/tsconfig.json +++ b/examples/mapbox/clusters/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/controls/package.json b/examples/mapbox/controls/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/controls/package.json +++ b/examples/mapbox/controls/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/controls/tsconfig.json b/examples/mapbox/controls/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/controls/tsconfig.json +++ b/examples/mapbox/controls/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/custom-cursor/package.json b/examples/mapbox/custom-cursor/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/custom-cursor/package.json +++ b/examples/mapbox/custom-cursor/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/custom-cursor/tsconfig.json b/examples/mapbox/custom-cursor/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/custom-cursor/tsconfig.json +++ b/examples/mapbox/custom-cursor/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/custom-overlay/package.json b/examples/mapbox/custom-overlay/package.json index 8dab89029..0124955e4 100644 --- a/examples/mapbox/custom-overlay/package.json +++ b/examples/mapbox/custom-overlay/package.json @@ -12,7 +12,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/custom-overlay/tsconfig.json b/examples/mapbox/custom-overlay/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/custom-overlay/tsconfig.json +++ b/examples/mapbox/custom-overlay/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/deckgl-overlay/package.json b/examples/mapbox/deckgl-overlay/package.json index 412f3041e..e39e1f5e0 100644 --- a/examples/mapbox/deckgl-overlay/package.json +++ b/examples/mapbox/deckgl-overlay/package.json @@ -12,7 +12,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/deckgl-overlay/tsconfig.json b/examples/mapbox/deckgl-overlay/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/deckgl-overlay/tsconfig.json +++ b/examples/mapbox/deckgl-overlay/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/draggable-markers/package.json b/examples/mapbox/draggable-markers/package.json index 94735163a..4c0575773 100644 --- a/examples/mapbox/draggable-markers/package.json +++ b/examples/mapbox/draggable-markers/package.json @@ -11,7 +11,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/draggable-markers/tsconfig.json b/examples/mapbox/draggable-markers/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/draggable-markers/tsconfig.json +++ b/examples/mapbox/draggable-markers/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/draw-polygon/package.json b/examples/mapbox/draw-polygon/package.json index 1f47c9db9..144ecc36c 100644 --- a/examples/mapbox/draw-polygon/package.json +++ b/examples/mapbox/draw-polygon/package.json @@ -14,7 +14,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/draw-polygon/tsconfig.json b/examples/mapbox/draw-polygon/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/draw-polygon/tsconfig.json +++ b/examples/mapbox/draw-polygon/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/filter/package.json b/examples/mapbox/filter/package.json index 94735163a..4c0575773 100644 --- a/examples/mapbox/filter/package.json +++ b/examples/mapbox/filter/package.json @@ -11,7 +11,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/filter/tsconfig.json b/examples/mapbox/filter/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/filter/tsconfig.json +++ b/examples/mapbox/filter/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/geocoder/package.json b/examples/mapbox/geocoder/package.json index 52eb3ee07..d4424a1a7 100644 --- a/examples/mapbox/geocoder/package.json +++ b/examples/mapbox/geocoder/package.json @@ -13,7 +13,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/geocoder/tsconfig.json b/examples/mapbox/geocoder/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/geocoder/tsconfig.json +++ b/examples/mapbox/geocoder/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/geojson-animation/package.json b/examples/mapbox/geojson-animation/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/geojson-animation/package.json +++ b/examples/mapbox/geojson-animation/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/geojson-animation/tsconfig.json b/examples/mapbox/geojson-animation/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/geojson-animation/tsconfig.json +++ b/examples/mapbox/geojson-animation/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/geojson/package.json b/examples/mapbox/geojson/package.json index fa6e6855c..f1cc8a453 100644 --- a/examples/mapbox/geojson/package.json +++ b/examples/mapbox/geojson/package.json @@ -13,7 +13,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/geojson/tsconfig.json b/examples/mapbox/geojson/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/geojson/tsconfig.json +++ b/examples/mapbox/geojson/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/heatmap/package.json b/examples/mapbox/heatmap/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/heatmap/package.json +++ b/examples/mapbox/heatmap/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/heatmap/tsconfig.json b/examples/mapbox/heatmap/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/heatmap/tsconfig.json +++ b/examples/mapbox/heatmap/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/interaction/package.json b/examples/mapbox/interaction/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/interaction/package.json +++ b/examples/mapbox/interaction/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/interaction/tsconfig.json b/examples/mapbox/interaction/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/interaction/tsconfig.json +++ b/examples/mapbox/interaction/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/layers/package.json b/examples/mapbox/layers/package.json index a53832b61..74a94cef3 100644 --- a/examples/mapbox/layers/package.json +++ b/examples/mapbox/layers/package.json @@ -12,7 +12,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/layers/tsconfig.json b/examples/mapbox/layers/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/layers/tsconfig.json +++ b/examples/mapbox/layers/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/side-by-side/package.json b/examples/mapbox/side-by-side/package.json index 94735163a..4c0575773 100644 --- a/examples/mapbox/side-by-side/package.json +++ b/examples/mapbox/side-by-side/package.json @@ -11,7 +11,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/side-by-side/tsconfig.json b/examples/mapbox/side-by-side/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/side-by-side/tsconfig.json +++ b/examples/mapbox/side-by-side/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/terrain/package.json b/examples/mapbox/terrain/package.json index 94735163a..4c0575773 100644 --- a/examples/mapbox/terrain/package.json +++ b/examples/mapbox/terrain/package.json @@ -11,7 +11,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/terrain/tsconfig.json b/examples/mapbox/terrain/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/terrain/tsconfig.json +++ b/examples/mapbox/terrain/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/viewport-animation/package.json b/examples/mapbox/viewport-animation/package.json index d25a4764a..a9b9c1af1 100644 --- a/examples/mapbox/viewport-animation/package.json +++ b/examples/mapbox/viewport-animation/package.json @@ -11,7 +11,7 @@ "mapbox-gl": "^3.5.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/viewport-animation/tsconfig.json b/examples/mapbox/viewport-animation/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/viewport-animation/tsconfig.json +++ b/examples/mapbox/viewport-animation/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/mapbox/zoom-to-bounds/package.json b/examples/mapbox/zoom-to-bounds/package.json index dcbc39336..07c93c726 100644 --- a/examples/mapbox/zoom-to-bounds/package.json +++ b/examples/mapbox/zoom-to-bounds/package.json @@ -12,7 +12,7 @@ "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/mapbox/zoom-to-bounds/tsconfig.json b/examples/mapbox/zoom-to-bounds/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/mapbox/zoom-to-bounds/tsconfig.json +++ b/examples/mapbox/zoom-to-bounds/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/clusters/package.json b/examples/maplibre/clusters/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/clusters/package.json +++ b/examples/maplibre/clusters/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/clusters/tsconfig.json b/examples/maplibre/clusters/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/clusters/tsconfig.json +++ b/examples/maplibre/clusters/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/controls/package.json b/examples/maplibre/controls/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/controls/package.json +++ b/examples/maplibre/controls/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/controls/tsconfig.json b/examples/maplibre/controls/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/controls/tsconfig.json +++ b/examples/maplibre/controls/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/custom-cursor/package.json b/examples/maplibre/custom-cursor/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/custom-cursor/package.json +++ b/examples/maplibre/custom-cursor/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/custom-cursor/tsconfig.json b/examples/maplibre/custom-cursor/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/custom-cursor/tsconfig.json +++ b/examples/maplibre/custom-cursor/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/custom-overlay/package.json b/examples/maplibre/custom-overlay/package.json index 5fef98dd8..628fe279a 100644 --- a/examples/maplibre/custom-overlay/package.json +++ b/examples/maplibre/custom-overlay/package.json @@ -8,11 +8,11 @@ "d3-shape": "^3.1.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/custom-overlay/tsconfig.json b/examples/maplibre/custom-overlay/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/custom-overlay/tsconfig.json +++ b/examples/maplibre/custom-overlay/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/deckgl-overlay/package.json b/examples/maplibre/deckgl-overlay/package.json index fa0bbe539..19b2a2a1b 100644 --- a/examples/maplibre/deckgl-overlay/package.json +++ b/examples/maplibre/deckgl-overlay/package.json @@ -8,11 +8,11 @@ "deck.gl": "^9.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/deckgl-overlay/tsconfig.json b/examples/maplibre/deckgl-overlay/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/deckgl-overlay/tsconfig.json +++ b/examples/maplibre/deckgl-overlay/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/draggable-markers/package.json b/examples/maplibre/draggable-markers/package.json index 767e9700a..67c8fcd46 100644 --- a/examples/maplibre/draggable-markers/package.json +++ b/examples/maplibre/draggable-markers/package.json @@ -8,10 +8,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/draggable-markers/tsconfig.json b/examples/maplibre/draggable-markers/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/draggable-markers/tsconfig.json +++ b/examples/maplibre/draggable-markers/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/draw-polygon/package.json b/examples/maplibre/draw-polygon/package.json index e3d4012b7..d1f500a59 100644 --- a/examples/maplibre/draw-polygon/package.json +++ b/examples/maplibre/draw-polygon/package.json @@ -10,11 +10,11 @@ "@turf/area": "^6.5.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/draw-polygon/tsconfig.json b/examples/maplibre/draw-polygon/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/draw-polygon/tsconfig.json +++ b/examples/maplibre/draw-polygon/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/filter/package.json b/examples/maplibre/filter/package.json index 767e9700a..67c8fcd46 100644 --- a/examples/maplibre/filter/package.json +++ b/examples/maplibre/filter/package.json @@ -8,10 +8,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/filter/tsconfig.json b/examples/maplibre/filter/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/filter/tsconfig.json +++ b/examples/maplibre/filter/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/geocoder/package.json b/examples/maplibre/geocoder/package.json index 42b7eac3a..5fab2277f 100644 --- a/examples/maplibre/geocoder/package.json +++ b/examples/maplibre/geocoder/package.json @@ -8,11 +8,11 @@ "@maplibre/maplibre-gl-geocoder": "^1.5.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/geocoder/tsconfig.json b/examples/maplibre/geocoder/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/geocoder/tsconfig.json +++ b/examples/maplibre/geocoder/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/geojson-animation/package.json b/examples/maplibre/geojson-animation/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/geojson-animation/package.json +++ b/examples/maplibre/geojson-animation/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/geojson-animation/tsconfig.json b/examples/maplibre/geojson-animation/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/geojson-animation/tsconfig.json +++ b/examples/maplibre/geojson-animation/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/geojson/package.json b/examples/maplibre/geojson/package.json index 7fd3a8441..1619fad70 100644 --- a/examples/maplibre/geojson/package.json +++ b/examples/maplibre/geojson/package.json @@ -10,10 +10,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/geojson/tsconfig.json b/examples/maplibre/geojson/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/geojson/tsconfig.json +++ b/examples/maplibre/geojson/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/globe/package.json b/examples/maplibre/globe/package.json index 34a73b9f6..8522c9809 100644 --- a/examples/maplibre/globe/package.json +++ b/examples/maplibre/globe/package.json @@ -8,10 +8,10 @@ "maplibre-gl": "^5.0.0-pre.1", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/globe/tsconfig.json b/examples/maplibre/globe/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/globe/tsconfig.json +++ b/examples/maplibre/globe/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/heatmap/package.json b/examples/maplibre/heatmap/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/heatmap/package.json +++ b/examples/maplibre/heatmap/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/heatmap/tsconfig.json b/examples/maplibre/heatmap/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/heatmap/tsconfig.json +++ b/examples/maplibre/heatmap/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/interaction/package.json b/examples/maplibre/interaction/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/interaction/package.json +++ b/examples/maplibre/interaction/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/interaction/tsconfig.json b/examples/maplibre/interaction/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/interaction/tsconfig.json +++ b/examples/maplibre/interaction/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/layers/package.json b/examples/maplibre/layers/package.json index 4adbef11f..a2b1f582b 100644 --- a/examples/maplibre/layers/package.json +++ b/examples/maplibre/layers/package.json @@ -9,10 +9,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/layers/tsconfig.json b/examples/maplibre/layers/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/layers/tsconfig.json +++ b/examples/maplibre/layers/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/side-by-side/package.json b/examples/maplibre/side-by-side/package.json index 767e9700a..67c8fcd46 100644 --- a/examples/maplibre/side-by-side/package.json +++ b/examples/maplibre/side-by-side/package.json @@ -8,10 +8,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/side-by-side/tsconfig.json b/examples/maplibre/side-by-side/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/side-by-side/tsconfig.json +++ b/examples/maplibre/side-by-side/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/terrain/package.json b/examples/maplibre/terrain/package.json index 767e9700a..67c8fcd46 100644 --- a/examples/maplibre/terrain/package.json +++ b/examples/maplibre/terrain/package.json @@ -8,10 +8,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/terrain/tsconfig.json b/examples/maplibre/terrain/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/terrain/tsconfig.json +++ b/examples/maplibre/terrain/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/viewport-animation/package.json b/examples/maplibre/viewport-animation/package.json index 2a322d8ec..172c2f358 100644 --- a/examples/maplibre/viewport-animation/package.json +++ b/examples/maplibre/viewport-animation/package.json @@ -7,11 +7,11 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*", + "react-map-gl": "^8.0.0", "maplibre-gl": "^5.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/viewport-animation/tsconfig.json b/examples/maplibre/viewport-animation/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/viewport-animation/tsconfig.json +++ b/examples/maplibre/viewport-animation/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true } diff --git a/examples/maplibre/zoom-to-bounds/package.json b/examples/maplibre/zoom-to-bounds/package.json index 1441e1be5..2578c2775 100644 --- a/examples/maplibre/zoom-to-bounds/package.json +++ b/examples/maplibre/zoom-to-bounds/package.json @@ -9,10 +9,10 @@ "maplibre-gl": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", - "@vis.gl/react-maplibre": "*" + "react-map-gl": "^8.0.0" }, "devDependencies": { - "typescript": "^4.0.0", + "typescript": "^5.0.0", "vite": "^4.0.0" } } diff --git a/examples/maplibre/zoom-to-bounds/tsconfig.json b/examples/maplibre/zoom-to-bounds/tsconfig.json index 2b37aa6c2..c137eec48 100644 --- a/examples/maplibre/zoom-to-bounds/tsconfig.json +++ b/examples/maplibre/zoom-to-bounds/tsconfig.json @@ -4,7 +4,7 @@ "jsx": "react", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "ES2020", "sourceMap": true }