Skip to content

Commit

Permalink
[FIX] Versioning error w/ Luma
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondDashWu committed Jan 9, 2021
1 parent e76d5e8 commit 8cbdf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@deck.gl/react": "8.2.0",
"@deck.gl/mapbox": "8.2.0",
"@luma.gl/constants": "8.2.0",
"@luma.gl/core": "8.2.0",
"@luma.gl/core": "^8.2.0",
"@luma.gl/debug": "8.2.0",
"@luma.gl/engine": "8.2.0",
"@luma.gl/gltools": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@deck.gl/layers": "8.2.0",
"@deck.gl/mesh-layers": "8.2.0",
"@deck.gl/react": "8.2.0",
"@luma.gl/core": "8.2.0",
"@luma.gl/core": "<=8.3.1",
"d3-color": "^1.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down

0 comments on commit 8cbdf5a

Please sign in to comment.