Skip to content

Commit

Permalink
[Bug] lock deck.gl to 8.2.0 (#1602)
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Sep 13, 2021
1 parent 6121a34 commit 392e9a2
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 109 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -77,13 +77,13 @@
"umd"
],
"dependencies": {
"@deck.gl/aggregation-layers": "^8.2.0",
"@deck.gl/core": "^8.2.0",
"@deck.gl/extensions": "^8.2.0",
"@deck.gl/geo-layers": "^8.2.0",
"@deck.gl/layers": "^8.2.0",
"@deck.gl/mesh-layers": "^8.2.0",
"@deck.gl/react": "^8.2.0",
"@deck.gl/aggregation-layers": "8.2.0",
"@deck.gl/core": "8.2.0",
"@deck.gl/extensions": "8.2.0",
"@deck.gl/geo-layers": "8.2.0",
"@deck.gl/layers": "8.2.0",
"@deck.gl/mesh-layers": "8.2.0",
"@deck.gl/react": "8.2.0",
"@loaders.gl/core": "^2.3.3",
"@loaders.gl/csv": "^2.3.3",
"@loaders.gl/gltf": "^2.3.3",
Expand Down Expand Up @@ -180,7 +180,7 @@
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@babel/traverse": "^7.12.1",
"@deck.gl/test-utils": "^8.2.0",
"@deck.gl/test-utils": "8.2.0",
"@luma.gl/test-utils": "^8.2.0",
"@probe.gl/test-utils": "^3.0.1",
"@testing-library/react-hooks": "^3.4.2",
Expand Down

0 comments on commit 392e9a2

Please sign in to comment.