Skip to content

Commit

Permalink
Update example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 28, 2025
1 parent bcc81bb commit 894ae25
Show file tree
Hide file tree
Showing 79 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion examples/get-started/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-started/controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-started/hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-started/maplibre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-started/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/clusters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/clusters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/controls/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/custom-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/custom-cursor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/custom-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/custom-overlay/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/deckgl-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/deckgl-overlay/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/draggable-markers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/draggable-markers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/draw-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/draw-polygon/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/filter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/geocoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/geocoder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/geojson-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/geojson-animation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/geojson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/geojson/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/heatmap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/interaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/interaction/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/layers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/side-by-side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/side-by-side/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/terrain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/terrain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/viewport-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/viewport-animation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mapbox/zoom-to-bounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-map-gl": "^8.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/mapbox/zoom-to-bounds/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
4 changes: 2 additions & 2 deletions examples/maplibre/clusters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/maplibre/clusters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jsx": "react",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"module": "ES2020",
"sourceMap": true
}
Expand Down
Loading

0 comments on commit 894ae25

Please sign in to comment.