Skip to content

Commit

Permalink
More pakcage.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed Jul 20, 2017
1 parent fbfa8bf commit 8534c40
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 185 deletions.
177 changes: 0 additions & 177 deletions examples/plot/orbit-controller.js

This file was deleted.

2 changes: 1 addition & 1 deletion examples/plot/package.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"d3-scale": "^1.0.6",
"deck.gl": ">=4.1.0-beta.5",
"deck.gl": ">=4.1.0-beta.6",
"luma.gl": ">=4.0.0-beta.6",
"prop-types": "^15.5.8",
"react": "^15.4.1",
Expand Down
7 changes: 4 additions & 3 deletions examples/point-cloud-laz/package.json
Expand Up @@ -7,11 +7,12 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"deck.gl": "^4.0.6",
"deck.gl": ">=4.1.0-beta.6",
"is-little-endian": "0.0.0",
"luma.gl": "^3.0.1",
"luma.gl": ">=4.0.0-beta.6",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react-dom": "^15.5.4",
"gl-matrix": "^2.3.2"
},
"devDependencies": {
"buble-loader": "^0.4.1",
Expand Down
7 changes: 4 additions & 3 deletions examples/point-cloud-ply/package.json
Expand Up @@ -7,11 +7,12 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"deck.gl": "^4.0.6",
"deck.gl": ">=4.1.0-beta.6",
"is-little-endian": "0.0.0",
"luma.gl": "^3.0.1",
"luma.gl": ">=4.0.0-beta.6",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react-dom": "^15.5.4",
"gl-matrix": "^2.3.2"
},
"devDependencies": {
"buble-loader": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/trips/package.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"d3-request": "^1.0.5",
"deck.gl": ">=4.1.0-beta.5",
"deck.gl": ">=4.1.0-beta.6",
"luma.gl": ">=4.0.0-beta.6",
"react": "^15.4.1",
"react-dom": "^15.4.1",
Expand Down

0 comments on commit 8534c40

Please sign in to comment.