Skip to content

Commit

Permalink
chore: Bump luma to 9.0.4 (#8676)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer authored Mar 18, 2024
1 parent c2e5606 commit 963bbcf
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@loaders.gl/csv": "^4.2.0-alpha.5",
"@loaders.gl/draco": "^4.2.0-alpha.5",
"@loaders.gl/gltf": "^4.2.0-alpha.5",
"@luma.gl/constants": "^9.0.3",
"@luma.gl/constants": "^9.0.4",
"brace": "^0.11.1",
"deck.gl": "^8.8.0",
"maplibre-gl": "^3.0.0",
Expand Down
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.3",
"@luma.gl/shadertools": "^9.0.3",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@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.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"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.3",
"@luma.gl/webgl": "^9.0.3",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/webgl": "^9.0.4",
"esri-loader": "^3.3.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"devDependencies": {
"@arcgis/core": "^4.21.0"
Expand Down
4 changes: 2 additions & 2 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.2.0-alpha.5",
"@loaders.gl/schema": "^4.2.0-alpha.5",
"@loaders.gl/tiles": "^4.2.0-alpha.5",
"@luma.gl/constants": "^9.0.3",
"@luma.gl/constants": "^9.0.4",
"@math.gl/web-mercator": "^4.0.0",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
Expand All @@ -70,7 +70,7 @@
"@deck.gl/geo-layers": "^9.0.0-beta",
"@deck.gl/layers": "^9.0.0-beta",
"@loaders.gl/core": "^4.2.0-alpha.5",
"@luma.gl/core": "^9.0.3"
"@luma.gl/core": "^9.0.4"
},
"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.2.0-alpha.5",
"@loaders.gl/images": "^4.2.0-alpha.5",
"@luma.gl/constants": "^9.0.3",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3",
"@luma.gl/shadertools": "^9.0.3",
"@luma.gl/webgl": "^9.0.3",
"@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",
"@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.3",
"@luma.gl/shadertools": "^9.0.3",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@math.gl/core": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 4 additions & 4 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.2.0-alpha.5",
"@loaders.gl/tiles": "^4.2.0-alpha.5",
"@loaders.gl/wms": "^4.2.0-alpha.5",
"@luma.gl/gltf": "^9.0.3",
"@luma.gl/shadertools": "^9.0.3",
"@luma.gl/gltf": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4",
"@math.gl/core": "^4.0.0",
"@math.gl/culling": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
Expand All @@ -61,8 +61,8 @@
"@deck.gl/layers": "^9.0.0-beta",
"@deck.gl/mesh-layers": "^9.0.0-beta",
"@loaders.gl/core": "^4.2.0-alpha.5",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"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.3",
"@luma.gl/constants": "^9.0.4",
"@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.3"
"@luma.gl/core": "^9.0.4"
},
"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.2.0-alpha.5",
"@loaders.gl/core": "^4.2.0-alpha.5",
"@loaders.gl/csv": "^4.2.0-alpha.5",
"@luma.gl/core": "^9.0.3",
"@luma.gl/core": "^9.0.4",
"d3-dsv": "^1.0.8",
"mapbox-gl": "^1.13.2"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@loaders.gl/core": "^4.2.0-alpha.5",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"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.3",
"@luma.gl/constants": "^9.0.4",
"@math.gl/web-mercator": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.3"
"@luma.gl/core": "^9.0.4"
},
"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.2.0-alpha.5",
"@luma.gl/gltf": "^9.0.3",
"@luma.gl/shadertools": "^9.0.3"
"@luma.gl/gltf": "^9.0.4",
"@luma.gl/shadertools": "^9.0.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3"
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4"
},
"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.3"
"@luma.gl/test-utils": "^9.0.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-beta",
"@luma.gl/core": "^9.0.3",
"@luma.gl/engine": "^9.0.3",
"@luma.gl/core": "^9.0.4",
"@luma.gl/engine": "^9.0.4",
"@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.2.0-alpha.5",
"@loaders.gl/polyfills": "^4.2.0-alpha.5",
"@luma.gl/webgpu": "^9.0.3",
"@luma.gl/webgpu": "^9.0.4",
"@math.gl/proj4": "^4.0.0",
"@probe.gl/bench": "^4.0.9",
"jsdom": "^20.0.0",
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2592,69 +2592,69 @@
jszip "^3.1.5"
md5 "^2.3.0"

"@luma.gl/constants@9.0.3", "@luma.gl/constants@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.3.tgz#bd7e241c618d33d39430b9e101082fd8f5147fef"
integrity sha512-HmKj23ijOY2D6/6KtBMXraWoZxHhuYe5nyxvbH2AzETkC4v0lPN4TT+qDhAM9W53psNKEFQcKmjhrX8xfmrfbw==
"@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/core@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.3.tgz#790fc99f58a8b338cd02049cdef4bc2aa8ec4bc0"
integrity sha512-pTlPwwKyVjFIuCxksRmx8+SHZQIMuvbSaSFu1irj2JqzdZExgfAkATAOqUUttwOBWlly1p4014ZvMUC+X4D1iw==
"@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==
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.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.3.tgz#147638dd6c85939e16a91d7152f7bba0b7690598"
integrity sha512-Hl86Bo3pY/F61Itu0oBE5G7ea4cH5XLnUEEOYg11oEwyB6ZuCzF9I9VwU1j0snYUDcGI1URLiayFbhvA998D3w==
"@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==
dependencies:
"@luma.gl/shadertools" "9.0.3"
"@luma.gl/shadertools" "9.0.4"
"@math.gl/core" "^4.0.0"
"@probe.gl/log" "^4.0.2"
"@probe.gl/stats" "^4.0.2"

"@luma.gl/gltf@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.3.tgz#46b78a72f80de78e7cb329b7dc5c4888a2e7e1cb"
integrity sha512-qORsf1VJharj58yvG0SZRqBfrTq0qnFAyU6ahBuJ2UUZOwa5O6c3Vd0RC4OZxNu9larf3nVH1Tt8mektj0gwkQ==
"@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==
dependencies:
"@loaders.gl/textures" "^4.1.0"
"@luma.gl/shadertools" "9.0.3"
"@luma.gl/shadertools" "9.0.4"
"@math.gl/core" "^4.0.0"

"@luma.gl/shadertools@9.0.3", "@luma.gl/shadertools@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.3.tgz#875625d19eb46c245ec86d80cbea1d216d7368c6"
integrity sha512-vOauqQZFJdCLP2zhF9jZ8FlfQdOXO/KaBsGK63womGGUhydd81W/EYYIDh7Qrm9DdldyGDJSpRANaEmf8bPRqA==
"@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==
dependencies:
"@math.gl/core" "^4.0.0"
"@math.gl/types" "^4.0.0"

"@luma.gl/test-utils@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.3.tgz#9733e25c13169512d83ee7c47078c174ebdeaae8"
integrity sha512-rih8ZVWxj1prsCQWj2ToAxJEan7oo0ZwYZlJQkwfzbEXX2QEs15achu7Blc0uyjCM1HEoG7lbHfyE86J1koefg==
"@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==
dependencies:
"@probe.gl/env" "^4.0.2"
"@probe.gl/stats" "^4.0.2"

"@luma.gl/webgl@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.3.tgz#beed26642734273bdd2692763adb5aea4e1ecfed"
integrity sha512-td98xkdAHqnIl/e/WGhk3SiW9DAQZB29w1xpWJ0sCi5SEzcV4At2ELaBGfQMeCKF36AzfH9FE80AcPr42hhS5g==
"@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==
dependencies:
"@luma.gl/constants" "9.0.3"
"@luma.gl/constants" "9.0.4"
"@probe.gl/env" "^4.0.2"

"@luma.gl/webgpu@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.3.tgz#1417882cd093399be03c44964a4b71699657136a"
integrity sha512-YYINlxGg2dZ2kyNTgomjxCQyhftBRBRR9RTBoTx7/zbdwcl8Be/6EEjjK7M3Am9BygvfhqcAGfg6Knb/koKdhQ==
"@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==
dependencies:
"@probe.gl/env" "^4.0.2"
"@webgpu/types" "^0.1.34"
Expand Down

0 comments on commit 963bbcf

Please sign in to comment.