Skip to content

Commit

Permalink
Update dependency version in examples (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Jul 5, 2023
1 parent e3a064d commit 2c8951c
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/clusters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"d3-shape": "^3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/deckgl-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deck.gl": "^8.8.0-beta.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/draggable-markers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/draw-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@turf/area": "^6.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/geocoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/geojson-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/geojson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/controlled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/maplibre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"maplibre-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"react-redux": "^7.0.0",
"mapbox-gl": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/interaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/side-by-side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/terrain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/viewport-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/zoom-to-bounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mapbox-gl": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0-beta"
"react-map-gl": "^7.1.0"
},
"devDependencies": {
"typescript": "^4.0.0",
Expand Down

0 comments on commit 2c8951c

Please sign in to comment.