Skip to content

Commit

Permalink
Fix website examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Nov 14, 2019
1 parent 93895af commit b5e421e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 5 additions & 8 deletions examples/playground/package.json
Expand Up @@ -8,14 +8,11 @@
"build": "rm -rf dist && mkdir dist && cp index.html dist/ && webpack --env.production=true"
},
"dependencies": {
"@deck.gl/core": "^7.3.0-beta",
"@deck.gl/json": "^7.3.0-beta",
"@deck.gl/layers": "^7.3.0-beta",
"@deck.gl/react": "^7.3.0-beta",
"@loaders.gl/csv": "^1.3.3",
"@loaders.gl/core": "^1.3.3",
"@loaders.gl/draco": "^1.3.3",
"@luma.gl/constants": "^8.0.0-alpha.5",
"deck.gl": "^7.3.6",
"@loaders.gl/csv": "^1.3.4",
"@loaders.gl/core": "^1.3.4",
"@loaders.gl/draco": "^1.3.4",
"@luma.gl/constants": "^7.3.2",
"brace": "^0.11.1",
"react": "~16.9.0",
"react-ace": "^6.1.4",
Expand Down
9 changes: 5 additions & 4 deletions website/package.json
Expand Up @@ -13,10 +13,11 @@
"lint": "eslint src --ignore-pattern workers"
},
"dependencies": {
"@deck.gl/core": "^7.3.5",
"@loaders.gl/csv": "^1.3.3",
"@loaders.gl/draco": "^1.3.3",
"@loaders.gl/las": "^1.3.3",
"@deck.gl/core": "^7.3.6",
"@loaders.gl/csv": "^1.3.4",
"@loaders.gl/core": "^1.3.4",
"@loaders.gl/draco": "^1.3.4",
"@loaders.gl/las": "1.3.4",
"@mapbox/vector-tile": "^1.3.1",
"@tweenjs/tween.js": "^16.7.0",
"autobind-decorator": "^1.3.3",
Expand Down

0 comments on commit b5e421e

Please sign in to comment.