Skip to content

Commit

Permalink
fix deck.gl version for src utils (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Aug 26, 2022
1 parent d5f0f0c commit 0630c8b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/utils/package.json
Expand Up @@ -30,11 +30,11 @@
"umd"
],
"dependencies": {
"@deck.gl/geo-layers": "^8.5.4",
"@deck.gl/core": "^8.5.4",
"@deck.gl/extensions": "^8.5.4",
"@deck.gl/layers": "^8.5.4",
"@deck.gl/mesh-layers": "^8.5.4",
"@deck.gl/geo-layers": "^8.5.7",
"@deck.gl/core": "^8.5.7",
"@deck.gl/extensions": "^8.5.7",
"@deck.gl/layers": "^8.5.7",
"@deck.gl/mesh-layers": "^8.5.7",
"@kepler.gl/deckgl-layers": "^2.5.5",
"@kepler.gl/layers": "^2.5.5",
"@kepler.gl/constants": "^2.5.5",
Expand Down Expand Up @@ -63,7 +63,9 @@
},
"typesVersions": {
"*": {
"*": ["dist/*"]
"*": [
"dist/*"
]
}
},
"nyc": {
Expand Down

0 comments on commit 0630c8b

Please sign in to comment.