Skip to content

Commit

Permalink
Update luma.gl to 9.0.14 (#8884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed May 10, 2024
1 parent a31a6e7 commit b5a6313
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 112 deletions.
8 changes: 4 additions & 4 deletions modules/aggregation-layers/package.json
Expand Up @@ -38,14 +38,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14",
"@math.gl/web-mercator": "^4.0.0",
"d3-hexbin": "^0.2.1"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/arcgis/package.json
Expand Up @@ -36,12 +36,12 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"esri-loader": "^3.7.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions modules/carto/package.json
Expand Up @@ -47,9 +47,9 @@
"@loaders.gl/mvt": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@luma.gl/constants": "^9.0.12",
"@luma.gl/core": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@luma.gl/core": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14",
"@math.gl/web-mercator": "^4.0.0",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
Expand All @@ -66,11 +66,11 @@
"quadbin": "^0.2.0"
},
"peerDependencies": {
"@deck.gl/aggregation-layers": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/extensions": "^9.0.0-beta",
"@deck.gl/geo-layers": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@deck.gl/aggregation-layers": "^9.0.0",
"@deck.gl/core": "^9.0.0",
"@deck.gl/extensions": "^9.0.0",
"@deck.gl/geo-layers": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@loaders.gl/core": "^4.2.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
Expand Down
10 changes: 5 additions & 5 deletions modules/core/package.json
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/images": "^4.2.0",
"@luma.gl/constants": "^9.0.12",
"@luma.gl/core": "^9.0.12",
"@luma.gl/engine": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/webgl": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@luma.gl/core": "^9.0.14",
"@luma.gl/engine": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14",
"@luma.gl/webgl": "^9.0.14",
"@math.gl/core": "^4.0.0",
"@math.gl/sun": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
Expand Down
4 changes: 0 additions & 4 deletions modules/core/src/transitions/gpu-interpolation-transition.ts
Expand Up @@ -95,10 +95,6 @@ export default class GPUInterpolationTransition extends GPUTransitionBase<Interp
}
const {model} = this.transform;
model.setUniforms({time: t});
// @ts-ignore
const gl = model.device.gl as WebGL2RenderingContext;
// TODO - remove after https://github.com/visgl/luma.gl/pull/2023
gl.bindBuffer(gl.ARRAY_BUFFER, null);

this.transform.run({discard: true});
}
Expand Down
6 changes: 3 additions & 3 deletions modules/extensions/package.json
Expand Up @@ -38,12 +38,12 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14",
"@math.gl/core": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions modules/geo-layers/package.json
Expand Up @@ -46,8 +46,8 @@
"@loaders.gl/terrain": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@loaders.gl/wms": "^4.2.0",
"@luma.gl/gltf": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12",
"@luma.gl/gltf": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14",
"@math.gl/core": "^4.0.0",
"@math.gl/culling": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
Expand All @@ -56,10 +56,10 @@
"long": "^3.2.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/extensions": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@deck.gl/mesh-layers": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@deck.gl/extensions": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@deck.gl/mesh-layers": "^9.0.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/google-maps/package.json
Expand Up @@ -38,12 +38,12 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@math.gl/core": "^4.0.0",
"@types/google.maps": "^3.48.6"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Expand Up @@ -41,7 +41,7 @@
"expression-eval": "^5.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta"
"@deck.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/jupyter-widget/package.json
Expand Up @@ -39,7 +39,7 @@
"@loaders.gl/3d-tiles": "^4.2.0",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/csv": "^4.2.0",
"@luma.gl/core": "^9.0.12",
"@luma.gl/core": "^9.0.14",
"d3-dsv": "^1.0.8",
"mapbox-gl": "^1.13.2"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Expand Up @@ -46,7 +46,7 @@
"earcut": "^2.2.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/main/package.json
Expand Up @@ -50,8 +50,8 @@
"@deck.gl/react": "9.0.0-beta.11",
"@deck.gl/widgets": "9.0.0-beta.11",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.0.12",
"@luma.gl/engine": "^9.0.12"
"@luma.gl/core": "^9.0.14",
"@luma.gl/engine": "^9.0.14"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/mapbox/package.json
Expand Up @@ -38,11 +38,11 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.12",
"@luma.gl/constants": "^9.0.14",
"@math.gl/web-mercator": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
Expand Down
6 changes: 3 additions & 3 deletions modules/mesh-layers/package.json
Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/gltf": "^9.0.12",
"@luma.gl/shadertools": "^9.0.12"
"@luma.gl/gltf": "^9.0.14",
"@luma.gl/shadertools": "^9.0.14"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Expand Up @@ -34,7 +34,7 @@
"sideEffects": false,
"scripts": {},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/test-utils/package.json
Expand Up @@ -32,10 +32,10 @@
"src"
],
"dependencies": {
"@luma.gl/test-utils": "^9.0.12"
"@luma.gl/test-utils": "^9.0.14"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@deck.gl/core": "^9.0.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0",
"@probe.gl/test-utils": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/package.json
Expand Up @@ -46,7 +46,7 @@
"preact": "^10.17.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta"
"@deck.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@loaders.gl/csv": "^4.2.0",
"@loaders.gl/polyfills": "^4.2.0",
"@luma.gl/webgpu": "^9.0.12",
"@luma.gl/webgpu": "^9.0.14",
"@math.gl/proj4": "^4.0.0",
"@probe.gl/bench": "^4.0.9",
"jsdom": "^20.0.0",
Expand Down

0 comments on commit b5a6313

Please sign in to comment.