Skip to content

Commit

Permalink
bump example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Apr 13, 2019
1 parent 5e933ed commit 88551fc
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/json-browser/package.json
Expand Up @@ -18,7 +18,7 @@
"react": "~16.7.0",
"react-ace": "^6.1.4",
"react-dom": "~16.7.0",
"react-map-gl": "^4.0.0",
"react-map-gl": "^4.1.0",
"react-virtualized-auto-sizer": "^1.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/react/mapbox-browserify/package.json
Expand Up @@ -10,7 +10,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^4.0.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/react/mapbox/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^4.0.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/layer-browser/package.json
Expand Up @@ -21,7 +21,7 @@
"react": "^16.3.0",
"react-autobind": "^1.0.6",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0",
"react-map-gl": "^4.1.0",
"react-stats-zavatta": "^0.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/website/3d-heatmap/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/arc/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/brushing/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/geojson/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/highway/package.json
Expand Up @@ -12,7 +12,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/icon/package.json
Expand Up @@ -11,7 +11,7 @@
"rbush": "^2.0.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/line/package.json
Expand Up @@ -10,7 +10,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
7 changes: 4 additions & 3 deletions examples/website/scenegraph-layer/package.json
Expand Up @@ -7,12 +7,13 @@
"start": "webpack-dev-server --progress --hot --open"
},
"dependencies": {
"@loaders.gl/core": "1.0.0-alpha.2",
"@luma.gl/addons": "^7.0.0-beta",
"@loaders.gl/core": "1.0.0-alpha.4",
"@luma.gl/core": "^7.0.0-beta.8",
"@luma.gl/addons": "^7.0.0-beta.8",
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
4 changes: 4 additions & 0 deletions examples/website/scenegraph-layer/webpack.config.js
Expand Up @@ -29,6 +29,10 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

// Optional: Enables reading mapbox token from environment variable
plugins: [new webpack.EnvironmentPlugin(['MapboxAccessToken'])]
};
Expand Down
2 changes: 1 addition & 1 deletion examples/website/screen-grid/package.json
Expand Up @@ -10,7 +10,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/tagmap/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0",
"react-map-gl": "^4.1.0",
"tagmap.js": "^1.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/website/text-layer/package.json
Expand Up @@ -11,7 +11,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/trips/package.json
Expand Up @@ -10,7 +10,7 @@
"deck.gl": "^7.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"react-map-gl": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down

0 comments on commit 88551fc

Please sign in to comment.