Skip to content

Commit 0b975b3

Browse files
authored
fix: fix missing shadertools dependency (#3374)
* fix: fix missing shadertools dependency Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> * yarn lock update Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com> --------- Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent b42ea3a commit 0b975b3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/deckgl-layers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@luma.gl/constants": "^9.2.6",
4242
"@luma.gl/core": "^9.2.6",
4343
"@luma.gl/engine": "^9.2.6",
44+
"@luma.gl/shadertools": "^9.2.6",
4445
"@luma.gl/webgl": "^9.2.6",
4546
"@mapbox/geo-viewport": "^0.4.1",
4647
"@mapbox/vector-tile": "^1.3.1",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,6 +5164,7 @@ __metadata:
51645164
"@luma.gl/constants": "npm:^9.2.6"
51655165
"@luma.gl/core": "npm:^9.2.6"
51665166
"@luma.gl/engine": "npm:^9.2.6"
5167+
"@luma.gl/shadertools": "npm:^9.2.6"
51675168
"@luma.gl/webgl": "npm:^9.2.6"
51685169
"@mapbox/geo-viewport": "npm:^0.4.1"
51695170
"@mapbox/vector-tile": "npm:^1.3.1"

0 commit comments

Comments
 (0)