diff --git a/modules/aggregation-layers/package.json b/modules/aggregation-layers/package.json index 4148bff5edc..f748687f5dd 100644 --- a/modules/aggregation-layers/package.json +++ b/modules/aggregation-layers/package.json @@ -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" }, diff --git a/modules/arcgis/package.json b/modules/arcgis/package.json index 0997132c40c..03efe467752 100644 --- a/modules/arcgis/package.json +++ b/modules/arcgis/package.json @@ -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" }, diff --git a/modules/carto/package.json b/modules/carto/package.json index 853fdae693c..99757598166 100644 --- a/modules/carto/package.json +++ b/modules/carto/package.json @@ -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", @@ -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" diff --git a/modules/core/package.json b/modules/core/package.json index cbd56cf1c87..85ee2162db1 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -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", diff --git a/modules/core/src/transitions/gpu-interpolation-transition.ts b/modules/core/src/transitions/gpu-interpolation-transition.ts index 23b7ed10ab8..d409fc652f7 100644 --- a/modules/core/src/transitions/gpu-interpolation-transition.ts +++ b/modules/core/src/transitions/gpu-interpolation-transition.ts @@ -95,10 +95,6 @@ export default class GPUInterpolationTransition extends GPUTransitionBase=16.3.0", "react-dom": ">=16.3.0" }, diff --git a/modules/test-utils/package.json b/modules/test-utils/package.json index 5de882916a3..7925d7e9b5a 100644 --- a/modules/test-utils/package.json +++ b/modules/test-utils/package.json @@ -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" diff --git a/modules/widgets/package.json b/modules/widgets/package.json index 5d02dbcb1c6..e0bc2ef19db 100644 --- a/modules/widgets/package.json +++ b/modules/widgets/package.json @@ -46,7 +46,7 @@ "preact": "^10.17.0" }, "peerDependencies": { - "@deck.gl/core": "^9.0.0-beta" + "@deck.gl/core": "^9.0.0" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/package.json b/package.json index b0e547cd465..e72b22daa5c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 135cec3aa2e..d928604e082 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1922,15 +1922,15 @@ jszip "^3.1.5" md5 "^2.3.0" -"@luma.gl/constants@9.0.12", "@luma.gl/constants@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.12.tgz#627aa743e809a0f21ed28e4fb3119c69d67e7207" - integrity sha512-/J6Z1uQDiEjp9t+5ijHE2wB+eegr2zBLhEnyMx8Fh4FUFELFdK9gaJVpv0u2xzZGyAhCy6GrgqOBVi0agxtF1g== +"@luma.gl/constants@9.0.14", "@luma.gl/constants@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.14.tgz#c9476b8da7f9f2eb3b26d96e7a2e3d0f27b77694" + integrity sha512-mCZ5Sr39EX8AjPVy3v5W/XamaU6dtA5CEHCYLPdyMXEQ2snqsFut2Y4cOO/ySuOUccjEm4Y6Vb45BJKNMN8NyQ== -"@luma.gl/core@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.12.tgz#959e0f00ae8dce44cd236f222252e446e6e80b16" - integrity sha512-hYQRZvY36mo/sAY4UT4nrgBM/1ElNM9RUQbUCujCb/kwSEj5Fsgd0CwRKlx6I3EF3SplnuE7s8bapQDauaMOyQ== +"@luma.gl/core@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.14.tgz#ac5a92d978c568cf89c2b2ecad76638d2e510d68" + integrity sha512-XkgCpVWGtfmEVTRbkkBu1HksjD1+3ZFqamNlCNgeWqsCcy0UZ2+iTF9qyxnT9K0QhdhnPgox6890A49C2iSRnw== dependencies: "@math.gl/types" "^4.0.0" "@probe.gl/env" "^4.0.2" @@ -1938,53 +1938,53 @@ "@probe.gl/stats" "^4.0.2" "@types/offscreencanvas" "^2019.6.4" -"@luma.gl/engine@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.12.tgz#d37bc953929a63665f29ac2b9bea787b6f3b38d7" - integrity sha512-IkM71XZMFxXqoKvniUbjbs1aSqdxrAYPYFbJRdskgP4P3UQgJN4t4zyKr+6NeDFULlTUVtllrP7AKrxHNeIXUA== +"@luma.gl/engine@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.14.tgz#5e8ba4adc1c9a83212683b8e912eee2b3d1468e9" + integrity sha512-7PuvXbcovFfXgCWC4eAZAPMzNAf3rfFo7Cd9FB7AEKLIwdYYN6nmn/PNjsZREa8eXK5ExDC8jDJ6lqtWrTqlyg== dependencies: - "@luma.gl/shadertools" "9.0.12" + "@luma.gl/shadertools" "9.0.14" "@math.gl/core" "^4.0.0" "@probe.gl/log" "^4.0.2" "@probe.gl/stats" "^4.0.2" -"@luma.gl/gltf@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.12.tgz#2c85b4f2bc40836fc506f78d1a4f709d0aaa6fea" - integrity sha512-ae1HGkgAcMF0WbIbpXX/AaSgdmjRfbJ33llSf0JmXfsi3u6EUBGE4kHScibfcJdHkY0VDRVt5M7bIxlYuYTZfQ== +"@luma.gl/gltf@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.14.tgz#f25543b73c0673a778ed803974c81d3f9f7836c3" + integrity sha512-0C1AWEJ7xHN95cSNQXjA6NMCJZJLBlKl+eI65KXLtwIEdWnEopIr/+u4HX11P1lEzPMrpj3KFeCzo+scG+1hPA== dependencies: "@loaders.gl/textures" "^4.2.0" - "@luma.gl/shadertools" "9.0.12" + "@luma.gl/shadertools" "9.0.14" "@math.gl/core" "^4.0.0" -"@luma.gl/shadertools@9.0.12", "@luma.gl/shadertools@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.12.tgz#2dfa5035defa09e7d25e5c1007deb773a5acc060" - integrity sha512-HIlZst2Zx4UydE/uJkQyR2mbPWvzAe0lrUVpIyH19lO5JgGqP2zOfnH+oCjZatt+n/HWhuZYpm7zNegfYYcJCg== +"@luma.gl/shadertools@9.0.14", "@luma.gl/shadertools@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.14.tgz#d59075e30a0320b2b1fdaabddfbde5cf34a26c2d" + integrity sha512-4UFh/oQ+sRwERzuPf2flgMhHIbENU1xnHvXUzpzE3Z/+/DNljb2oSeMkW74fgpVmM6MuyHZhU1hM5RRq/mW3Tw== dependencies: "@math.gl/core" "^4.0.0" "@math.gl/types" "^4.0.0" -"@luma.gl/test-utils@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.12.tgz#2e2aa39add7bbab772c3f2552dd9148f3560d7b4" - integrity sha512-UcCjpm8E33juucVjgFFyTBWJJqVyTl536/Y7DyzbhbjKUl60FoJDW/SH0170WH3NJVHxxXkEFE3PWgahWl/KZQ== +"@luma.gl/test-utils@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.14.tgz#9e72075c21acd249f36762ab32cddbadc130eed2" + integrity sha512-OzW4LFj3iqCcZtMvhBQyNS1xCkrJuqLICnbzgxLUisi4nBL6Tbvvh1+rf/JZf2VKCGvrssbIzlrJpEDiHeDplw== dependencies: "@probe.gl/env" "^4.0.2" "@probe.gl/stats" "^4.0.2" -"@luma.gl/webgl@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.12.tgz#90b46373b4492280b158220239d8b48b2d562fce" - integrity sha512-k3+EEAsQggzPYFMvqJjwM2+S4Vnwyn7lQCUQn6/RCiiEi+G12rxtQmzDYAoI5pMwYhMiDd7mnJ98yfAhMnEdFw== +"@luma.gl/webgl@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.14.tgz#48adffc0f9145884d9b7f622dbdd7d4611017472" + integrity sha512-TcgXPWaKVEVbnzB6Cu49Ia70oZny/GNy57OLj82kW7+llrKY5bpfOaD5aSIDEV34nqmmlpML4agPJXEIzeP/BQ== dependencies: - "@luma.gl/constants" "9.0.12" + "@luma.gl/constants" "9.0.14" "@probe.gl/env" "^4.0.2" -"@luma.gl/webgpu@^9.0.12": - version "9.0.12" - resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.12.tgz#6394de890fe5d7ff922314e2fa9af4be8a47a5ed" - integrity sha512-OKVNQMWSTPHw1GKs5Wh7Rz6bJGEUMypjc92B2IT0dxXfPDbIm4Kuzwrnvml6UnVQkacpUa4+NHvd62XOKeNqIA== +"@luma.gl/webgpu@^9.0.14": + version "9.0.14" + resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.14.tgz#70d60ec6b26b24a30f205d20c04f40927cff2e50" + integrity sha512-pzwbXv46NDYdDClLYBkuPpaTMSncDKog5dfAq9SgsERU6UHSDhrlE9At08ZnXucnT30i39pCo3gXrNVgi6WxWw== dependencies: "@probe.gl/env" "^4.0.2" "@webgpu/types" "^0.1.34" @@ -10696,16 +10696,7 @@ streamx@^2.15.0: fast-fifo "^1.1.0" queue-tick "^1.0.1" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -10858,7 +10849,7 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10879,13 +10870,6 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" -strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-ansi@^7.0.1: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -11823,7 +11807,7 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus= -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -11841,15 +11825,6 @@ wrap-ansi@^6.0.1: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"