Skip to content

Commit

Permalink
chore: upgrade luma.gl to 9.0.5 (#8684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored Mar 20, 2024
1 parent 6c44f60 commit 6467a3a
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@luma.gl/shadertools": "^9.0.5",
"@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",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 4 additions & 4 deletions modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.4",
"@luma.gl/webgl": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@luma.gl/webgl": "^9.0.5",
"esri-loader": "^3.3.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"devDependencies": {
"@arcgis/core": "^4.21.0"
Expand Down
6 changes: 3 additions & 3 deletions modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@loaders.gl/mvt": "^4.1.4",
"@loaders.gl/schema": "^4.1.4",
"@loaders.gl/tiles": "^4.1.4",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@math.gl/web-mercator": "^4.0.0",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
Expand All @@ -69,8 +69,8 @@
"@deck.gl/extensions": "^9.0.0-beta",
"@deck.gl/geo-layers": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@loaders.gl/core": "^4.1.4",
"@luma.gl/core": "^9.0.4"
"@loaders.gl/core": "^4.1.0",
"@luma.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
10 changes: 5 additions & 5 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@loaders.gl/core": "^4.1.4",
"@loaders.gl/images": "^4.1.4",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@luma.gl/webgl": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@luma.gl/core": "^9.0.5",
"@luma.gl/engine": "^9.0.5",
"@luma.gl/shadertools": "^9.0.5",
"@luma.gl/webgl": "^9.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/sun": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@luma.gl/shadertools": "^9.0.5",
"@math.gl/core": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
10 changes: 5 additions & 5 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@loaders.gl/terrain": "^4.1.4",
"@loaders.gl/tiles": "^4.1.4",
"@loaders.gl/wms": "^4.1.4",
"@luma.gl/gltf": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@luma.gl/gltf": "^9.0.5",
"@luma.gl/shadertools": "^9.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/culling": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
Expand All @@ -60,9 +60,9 @@
"@deck.gl/extensions": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@deck.gl/mesh-layers": "^9.0.0-beta",
"@loaders.gl/core": "^4.1.4",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@loaders.gl/core": "^4.1.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
4 changes: 2 additions & 2 deletions modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@math.gl/core": "^4.0.0",
"@types/google.maps": "^3.48.6"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4"
"@luma.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@loaders.gl/3d-tiles": "^4.1.4",
"@loaders.gl/core": "^4.1.4",
"@loaders.gl/csv": "^4.1.4",
"@luma.gl/core": "^9.0.4",
"@luma.gl/core": "^9.0.5",
"d3-dsv": "^1.0.8",
"mapbox-gl": "^1.13.2"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@loaders.gl/core": "^4.1.4",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@loaders.gl/core": "^4.1.0",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
4 changes: 2 additions & 2 deletions modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.0.4",
"@luma.gl/constants": "^9.0.5",
"@math.gl/web-mercator": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4"
"@luma.gl/core": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 4 additions & 4 deletions modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@loaders.gl/gltf": "^4.1.4",
"@luma.gl/gltf": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4"
"@luma.gl/gltf": "^9.0.5",
"@luma.gl/shadertools": "^9.0.5"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
6 changes: 3 additions & 3 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"typed"
],
"dependencies": {
"@luma.gl/test-utils": "^9.0.4"
"@luma.gl/test-utils": "^9.0.5"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4",
"@luma.gl/core": "^9.0.0",
"@luma.gl/engine": "^9.0.0",
"@probe.gl/test-utils": "^4.0.0"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@loaders.gl/csv": "^4.1.4",
"@loaders.gl/polyfills": "^4.1.4",
"@luma.gl/webgpu": "^9.0.4",
"@luma.gl/webgpu": "^9.0.5",
"@math.gl/proj4": "^4.0.0",
"@probe.gl/bench": "^4.0.9",
"jsdom": "^20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/render/test-cases/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export default [].concat(
effectsTests,
transitionTests,
terrainLayerTests,
// collisionFilterExtensionTests
collisionFilterExtensionTests,
dataFilterExtensionTests
);
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2603,69 +2603,69 @@
jszip "^3.1.5"
md5 "^2.3.0"

"@luma.gl/constants@9.0.4", "@luma.gl/constants@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.4.tgz#a352d11be77af278cd0a713e376643826c6b5ac4"
integrity sha512-YMtx5dnRLjled+bWFvCYSfj7uyZ2Wgk0+MqAfj6JtC3WsOKua7EHYwO++XhTG5MIkD0YtHD+Js149EH8TcBp+g==
"@luma.gl/constants@9.0.5", "@luma.gl/constants@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.5.tgz#2c978f75c13f9bfd94bd6979bfdaa0d93b6c0091"
integrity sha512-wwDLfNDQl+mBkO5IuqHE0Mil10TI8MNPzTSY6OxsbYGIuCi4PziriqR/wFOjPB91yrPK34v7hHfkvoUQwjN6hA==

"@luma.gl/core@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.4.tgz#8d2483952beb5771fc07b2f1ba77348596cc17cb"
integrity sha512-pnsabn5zFb2DX/DzIMwTOi6xExW2trd8+fnRGIjNbvKnUV7u0Qylps1KVonsj1f5sh94DYgshA0A3fzdp6cc6Q==
"@luma.gl/core@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.5.tgz#1f0e16cbe45bc7d8298bbaaf86ddb3f5373b8146"
integrity sha512-KNGYq0pUyLc/XYmWaQJ9t/ttK9R46PsoxPxFo41y5gxBSptcR6P5GR2c+EliClNw72dayMsRAnRFF5RFEoubKA==
dependencies:
"@math.gl/types" "^4.0.0"
"@probe.gl/env" "^4.0.2"
"@probe.gl/log" "^4.0.2"
"@probe.gl/stats" "^4.0.2"
"@types/offscreencanvas" "^2019.6.4"

"@luma.gl/engine@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.4.tgz#dd792cb23c312bf335fbddb5a5de4722a2b48a70"
integrity sha512-wdlTZ5Sq9WjPfTrNRfwxnwYaNZO0s4Jd8BZTzvt3B2+kpMzYYM4X06TmMEsqGTo6aD9XP0kTUC+6vANQFgvVVA==
"@luma.gl/engine@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.5.tgz#a4e33756c0c5ca1930f83b1d15b3b71e97c96371"
integrity sha512-aRUvcKITqnWzT1fba8c/WWssBxb9cv1/HhIdZttz7R2N1pf6DHPBDC+QHuwic6HzbJ0/aUHG0ITAVfZHwPxy2g==
dependencies:
"@luma.gl/shadertools" "9.0.4"
"@luma.gl/shadertools" "9.0.5"
"@math.gl/core" "^4.0.0"
"@probe.gl/log" "^4.0.2"
"@probe.gl/stats" "^4.0.2"

"@luma.gl/gltf@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.4.tgz#bfafc782196acc1c02fb55f9add2b355ccfe4314"
integrity sha512-PfXlrwLFV33fO6cGIsUrHJHSuh1LBANMaKCa0IYc/xqufxdTHa2yQswMlseiWjMHpGtmk6yBrkLfp2yoYLCu3g==
"@luma.gl/gltf@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.5.tgz#a9430643928f85c0124abd4b8a431d05274e968c"
integrity sha512-RV47RQp9DXlKZKw29nMMsEq2/GsED4hG+tT5Nse5xrvxPJZIc90SOG9Z2qAkFfRVDXwoii5YYG9BKm9dHgH/xw==
dependencies:
"@loaders.gl/textures" "^4.1.0"
"@luma.gl/shadertools" "9.0.4"
"@luma.gl/shadertools" "9.0.5"
"@math.gl/core" "^4.0.0"

"@luma.gl/shadertools@9.0.4", "@luma.gl/shadertools@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.4.tgz#08de7cfdcbde261399e3f42011daa6396e85d6d6"
integrity sha512-rcMxHQ7gz03yyxrw7LOHzABFkdKqk6dMr2vGjFK55dcSvcD/Q/6QUvUk6yvtSmZ6wuxr4zhmigGC1U+HMISVSg==
"@luma.gl/shadertools@9.0.5", "@luma.gl/shadertools@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.5.tgz#0c7f6fd2fd4ef306b4629115a0dc3ba78a5adc50"
integrity sha512-qBCjgLUh7C2bIg+0lFFyzikAbVEEFDaZRd6yaF6SZvn/GJz3IobgTvSCYBjtE1EQwbGEdTFOSFB0hospjtJ+9Q==
dependencies:
"@math.gl/core" "^4.0.0"
"@math.gl/types" "^4.0.0"

"@luma.gl/test-utils@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.4.tgz#4971ca2047bc2abeaad4bb5d550d2d882d8a6893"
integrity sha512-Cs88m2HvlbuLQmkzJzUoQSDkKeXKSXWgGYQ+Ea189vWHOn+I3O08kU9bHLiZnrzYR4pSwuLYWL3hFdxlxsNWGA==
"@luma.gl/test-utils@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.5.tgz#61f26f259a2ef6da3fe5ac4bdab30576adf9c699"
integrity sha512-LmFEYdrmk2vxLp6NysAqEx4uSd7Q1L84DFGVCL5IJ6CCH3H+qcDBCLRVqKUNNv76duMdRxrPRA1NRz4B3ZLCow==
dependencies:
"@probe.gl/env" "^4.0.2"
"@probe.gl/stats" "^4.0.2"

"@luma.gl/webgl@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.4.tgz#f6847f41e1b62a87dcc16f8f86a17c8772496c90"
integrity sha512-gmNQ2fZnvhWZN4YcUQxNg+qBu8Obf55HfRZ9E0GI1dskGATUkZKGebguXiK+9a22cv45k8r9sS8OMe8yxajdzA==
"@luma.gl/webgl@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.5.tgz#1be7e4b60837d9613912c0964029425822779a23"
integrity sha512-2r2sRV5pyoR/GV18btzECzq0PYtsK8k8J9ZgZOLg8dv/jCZKCIhgdts1p5Yd4KOjZRN0S33Op+1ffwYoT7mQpw==
dependencies:
"@luma.gl/constants" "9.0.4"
"@luma.gl/constants" "9.0.5"
"@probe.gl/env" "^4.0.2"

"@luma.gl/webgpu@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.4.tgz#e52fd384bf924278914b89b60aefd6f5bfb2dc24"
integrity sha512-fzl3iDdje5IxbMm9H5talVwHe58WV7f9RbMBypm1al8k+bDrTV+ROWyaxW+B3nIcFj2duHh7fBQKDDzJTjTQ4A==
"@luma.gl/webgpu@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.5.tgz#c596b11e8a2a991b964bcf722dffa3e99431f6db"
integrity sha512-ADt/WpdJ1NVM1QeuRNDQ1THvQh20s82Kg7dXYvOo46rKWBOrASvBFezcdWmS6acVGALdFgjbRAS0hBZv7a1B3A==
dependencies:
"@probe.gl/env" "^4.0.2"
"@webgpu/types" "^0.1.34"
Expand Down

0 comments on commit 6467a3a

Please sign in to comment.