Skip to content

Commit

Permalink
don't bump luma.gl in this pr
Browse files Browse the repository at this point in the history
Signed-off-by: Birk Skyum <birk.skyum@pm.me>
  • Loading branch information
birkskyum committed Dec 18, 2023
1 parent b153815 commit 1aa4cd9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/deckgl-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@kepler.gl/constants": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1",
"@kepler.gl/utils": "3.0.0-alpha.1",
"@luma.gl/constants": "8.5.21",
"@luma.gl/core": "8.5.21",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
"@mapbox/vector-tile": "^1.3.1",
"@types/d3-array": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"suncalc": "^1.9.0",
"@deck.gl/core": "^8.9.27",
"@luma.gl/core": "8.5.21",
"@luma.gl/shadertools": "8.5.21",
"@luma.gl/core": "^8.5.20",
"@luma.gl/shadertools": "^8.5.20",
"@kepler.gl/utils": "3.0.0-alpha.1",
"@kepler.gl/constants": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"apache-arrow": "^13.0.0",
"@kepler.gl/constants": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1",
"@luma.gl/constants": "8.5.21",
"@luma.gl/core": "8.5.21",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@mapbox/geo-viewport": "^0.4.1",
"@turf/boolean-within": "^6.0.1",
"@turf/helpers": "^6.1.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-8.5.21.tgz#81825e9bd9bdf4a9449bcface8b504389f65f634"
integrity sha512-aJxayGxTT+IRd1vfpcgD/cKSCiVJjBNiuiChS96VulrmCvkzUOLvYXr42y5qKB4RyR7vOIda5uQprNzoHrhQAA==

"@luma.gl/core@8.5.21", "@luma.gl/core@^8.5.21":
"@luma.gl/core@8.5.21", "@luma.gl/core@^8.5.20", "@luma.gl/core@^8.5.21":
version "8.5.21"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-8.5.21.tgz#dc630f1ea18900287ac8da60724d0d8f783b31b1"
integrity sha512-11jQJQEMoR/IN2oIsd4zFxiQJk6FE+xgVIMUcsCTBuzafTtQZ8Po9df8mt+MVewpDyBlTVs6g8nxHRH4np1ukA==
Expand Down Expand Up @@ -2484,7 +2484,7 @@
"@probe.gl/log" "^3.5.0"
"@types/offscreencanvas" "^2019.7.0"

"@luma.gl/shadertools@8.5.21", "@luma.gl/shadertools@^8.5.21":
"@luma.gl/shadertools@8.5.21", "@luma.gl/shadertools@^8.5.20", "@luma.gl/shadertools@^8.5.21":
version "8.5.21"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-8.5.21.tgz#9a8e087e39e34f055f9fdda9fac527c04f637b4e"
integrity sha512-WQah7yFDJ8cNCLPYpIm3r0wSlXLvjoA279fcknmATvvkW3/i8PcCJ/nYEBJO3hHEwwMQxD16+YZu/uwGiifLMg==
Expand Down

0 comments on commit 1aa4cd9

Please sign in to comment.