Skip to content

Commit

Permalink
Update the version of dependencies for all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed Jul 27, 2017
1 parent 57693f5 commit 0a89bce
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/additional-overlays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"immutable": "^3.8.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
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 @@ -14,7 +14,7 @@
"react": "^15.4.1",
"react-autobind": "^1.0.6",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"buble-loader": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/exhibit-browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"immutable": "^3.8.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/exhibit-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"immutable": "^3.8.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^3.0.0-alpha.12"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
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 @@ -6,7 +6,7 @@
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/geojson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"d3-scale": "^1.0.6",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/interaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1"
"react-map-gl": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"d3-scale": "^1.0.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1",
"react-map-gl": "^3.0.0",
"tween.js": "^16.6.0"
},
"devDependencies": {
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 @@
"immutable": "^3.8.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-alpha.12",
"react-map-gl": "^3.0.0",
"tween.js": "^16.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prop-types": "^15.5.8",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": ">=3.0.0-beta.1",
"react-map-gl": "^3.0.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
Expand Down

0 comments on commit 0a89bce

Please sign in to comment.