Skip to content

Commit

Permalink
Bump example dependencies (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 13, 2019
1 parent 6020926 commit fa784e7
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 19 deletions.
4 changes: 4 additions & 0 deletions docs/upgrade-guide.md
Expand Up @@ -61,6 +61,10 @@ Deprecations:
- `project_to_clipspace_fp64` -> `project_common_position_to_clipspace_fp64`
- `project_pixel_to_clipspace` -> `project_pixel_size_to_clipspace`

#### React

If you are using DeckGL with react-map-gl, `@deck.gl/react@^7.0.0` no longer works with react-map-gl v3.x.


## Upgrading from deck.gl v6.3 to v6.4

Expand Down
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.2",
"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.2"
},
"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.2"
},
"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.2",
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/scatterplot/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.1.0"
"react-map-gl": "^4.1.2"
},
"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.2"
},
"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.2"
},
"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.2",
"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.2"
},
"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.2"
},
"devDependencies": {
"@babel/core": "^7.4.0",
Expand Down

0 comments on commit fa784e7

Please sign in to comment.