Skip to content

Commit 096cc69

Browse files
Bump luma.gl to 9.0.8 (visgl#8719)
1 parent c2270c1 commit 096cc69

File tree

13 files changed

+56
-56
lines changed

13 files changed

+56
-56
lines changed

modules/aggregation-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.7",
42-
"@luma.gl/shadertools": "^9.0.7",
41+
"@luma.gl/constants": "^9.0.8",
42+
"@luma.gl/shadertools": "^9.0.8",
4343
"@math.gl/web-mercator": "^4.0.0",
4444
"d3-hexbin": "^0.2.1"
4545
},

modules/arcgis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3737
},
3838
"dependencies": {
39-
"@luma.gl/constants": "^9.0.7",
40-
"@luma.gl/webgl": "^9.0.7",
39+
"@luma.gl/constants": "^9.0.8",
40+
"@luma.gl/webgl": "^9.0.8",
4141
"esri-loader": "^3.3.0"
4242
},
4343
"peerDependencies": {

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@loaders.gl/mvt": "^4.1.4",
4848
"@loaders.gl/schema": "^4.1.4",
4949
"@loaders.gl/tiles": "^4.1.4",
50-
"@luma.gl/constants": "^9.0.7",
50+
"@luma.gl/constants": "^9.0.8",
5151
"@math.gl/web-mercator": "^4.0.0",
5252
"@types/d3-array": "^3.0.2",
5353
"@types/d3-color": "^1.4.2",

modules/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {
4343
"@loaders.gl/core": "^4.1.4",
4444
"@loaders.gl/images": "^4.1.4",
45-
"@luma.gl/constants": "^9.0.7",
46-
"@luma.gl/core": "^9.0.7",
47-
"@luma.gl/engine": "^9.0.7",
48-
"@luma.gl/shadertools": "^9.0.7",
49-
"@luma.gl/webgl": "^9.0.7",
45+
"@luma.gl/constants": "^9.0.8",
46+
"@luma.gl/core": "^9.0.8",
47+
"@luma.gl/engine": "^9.0.8",
48+
"@luma.gl/shadertools": "^9.0.8",
49+
"@luma.gl/webgl": "^9.0.8",
5050
"@math.gl/core": "^4.0.0",
5151
"@math.gl/sun": "^4.0.0",
5252
"@math.gl/web-mercator": "^4.0.0",

modules/extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.7",
42-
"@luma.gl/shadertools": "^9.0.7",
41+
"@luma.gl/constants": "^9.0.8",
42+
"@luma.gl/shadertools": "^9.0.8",
4343
"@math.gl/core": "^4.0.0"
4444
},
4545
"peerDependencies": {

modules/geo-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@loaders.gl/terrain": "^4.1.4",
4747
"@loaders.gl/tiles": "^4.1.4",
4848
"@loaders.gl/wms": "^4.1.4",
49-
"@luma.gl/gltf": "^9.0.7",
50-
"@luma.gl/shadertools": "^9.0.7",
49+
"@luma.gl/gltf": "^9.0.8",
50+
"@luma.gl/shadertools": "^9.0.8",
5151
"@math.gl/core": "^4.0.0",
5252
"@math.gl/culling": "^4.0.0",
5353
"@math.gl/web-mercator": "^4.0.0",

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.7",
41+
"@luma.gl/constants": "^9.0.8",
4242
"@math.gl/core": "^4.0.0",
4343
"@types/google.maps": "^3.48.6"
4444
},

modules/jupyter-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@loaders.gl/3d-tiles": "^4.1.4",
4040
"@loaders.gl/core": "^4.1.4",
4141
"@loaders.gl/csv": "^4.1.4",
42-
"@luma.gl/core": "^9.0.7",
42+
"@luma.gl/core": "^9.0.8",
4343
"d3-dsv": "^1.0.8",
4444
"mapbox-gl": "^1.13.2"
4545
},

modules/mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
3939
},
4040
"dependencies": {
41-
"@luma.gl/constants": "^9.0.7",
41+
"@luma.gl/constants": "^9.0.8",
4242
"@math.gl/web-mercator": "^4.0.0"
4343
},
4444
"peerDependencies": {

modules/mesh-layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@loaders.gl/gltf": "^4.1.4",
42-
"@luma.gl/gltf": "^9.0.7",
43-
"@luma.gl/shadertools": "^9.0.7"
42+
"@luma.gl/gltf": "^9.0.8",
43+
"@luma.gl/shadertools": "^9.0.8"
4444
},
4545
"peerDependencies": {
4646
"@deck.gl/core": "^9.0.0-beta",

0 commit comments

Comments
 (0)