Skip to content

Commit

Permalink
Bump loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Dec 19, 2019
1 parent 933ef9a commit a7cf5a4
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 117 deletions.
4 changes: 2 additions & 2 deletions examples/layer-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start-local-production": "webpack-dev-server --env.local --env.production --progress --hot --open"
},
"dependencies": {
"@loaders.gl/ply": "^2.0.0-beta.5",
"@loaders.gl/gltf": "^2.0.0-beta.5",
"@loaders.gl/ply": "^2.0.0-beta.6",
"@loaders.gl/gltf": "^2.0.0-beta.6",
"@luma.gl/experimental": "^8.0.0-beta.3",
"@luma.gl/debug": "^8.0.0-beta.2",
"colorbrewer": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"deck.gl": "^8.0.0-beta",
"@loaders.gl/csv": "^2.0.0-beta.5",
"@loaders.gl/core": "^2.0.0-beta.5",
"@loaders.gl/draco": "^2.0.0-beta.5",
"@loaders.gl/csv": "^2.0.0-beta.6",
"@loaders.gl/core": "^2.0.0-beta.6",
"@loaders.gl/draco": "^2.0.0-beta.6",
"@luma.gl/constants": "^8.0.0-beta.3",
"brace": "^0.11.1",
"react": "~16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"deck.gl": "^8.0.0-beta",
"@loaders.gl/draco": "^2.0.0-beta.5",
"@loaders.gl/draco": "^2.0.0-beta.6",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-map-gl": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/website/mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@loaders.gl/obj": "^2.0.0-beta.5",
"@loaders.gl/obj": "^2.0.0-beta.6",
"deck.gl": "^8.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/website/point-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@loaders.gl/las": "^2.0.0-beta.5",
"@loaders.gl/ply": "^2.0.0-beta.5",
"@loaders.gl/las": "^2.0.0-beta.6",
"@loaders.gl/ply": "^2.0.0-beta.6",
"deck.gl": "^8.0.0-beta",
"react": "^16.3.0",
"react-dom": "^16.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/website/scenegraph-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"deck.gl": "^8.0.0-beta",
"@loaders.gl/gltf": "^2.0.0-beta.5",
"@loaders.gl/gltf": "^2.0.0-beta.6",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "npm run build-debugger && npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0-beta.5",
"@loaders.gl/images": "^2.0.0-beta.5",
"@loaders.gl/core": "^2.0.0-beta.6",
"@loaders.gl/images": "^2.0.0-beta.6",
"@luma.gl/core": "^8.0.0-beta.4",
"@math.gl/web-mercator": "^3.1.1",
"gl-matrix": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@loaders.gl/3d-tiles": "^2.0.0-beta.5",
"@loaders.gl/core": "^2.0.0-beta.5",
"@loaders.gl/gltf": "^2.0.0-beta.5",
"@loaders.gl/3d-tiles": "^2.0.0-beta.6",
"@loaders.gl/core": "^2.0.0-beta.6",
"@loaders.gl/gltf": "^2.0.0-beta.6",
"@math.gl/culling": "^3.1.1",
"@math.gl/geospatial": "^3.1.1",
"@math.gl/web-mercator": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions modules/geo-layers/src/tile-3d-layer/tile-3d-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ export default class Tile3DLayer extends CompositeLayer {
return await this._loadTileset(url, {headers}, ionMetadata);
}

async _updateTileset(tileset3d) {
_updateTileset(tileset3d) {
const {timeline, viewport} = this.context;
if (!timeline || !viewport || !tileset3d) {
return;
}

// use Date.now() as frame identifier for now and later used to filter layers for rendering
const frameState = getFrameState(viewport, Date.now());
await tileset3d.update(frameState);
tileset3d.update(frameState);
this._updateLayerMap(frameState.frameNumber);
}

Expand Down
6 changes: 3 additions & 3 deletions modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@deck.gl/layers": "8.0.0-beta.2",
"@deck.gl/mesh-layers": "8.0.0-beta.2",
"@jupyter-widgets/base": "^2",
"@loaders.gl/3d-tiles": "^2.0.0-beta.5",
"@loaders.gl/core": "^2.0.0-beta.5",
"@loaders.gl/csv": "^2.0.0-beta.5",
"@loaders.gl/3d-tiles": "^2.0.0-beta.6",
"@loaders.gl/core": "^2.0.0-beta.6",
"@loaders.gl/csv": "^2.0.0-beta.6",
"@luma.gl/constants": "^8.0.0-beta.4",
"mapbox-gl": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@loaders.gl/images": "^2.0.0-beta.5",
"@loaders.gl/images": "^2.0.0-beta.6",
"@mapbox/tiny-sdf": "^1.1.0",
"earcut": "^2.0.6"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@luma.gl/test-utils": "^8.0.0-beta.4",
"@probe.gl/bench": "^3.2.0",
"@probe.gl/test-utils": "^3.2.0",
"@loaders.gl/csv": "^2.0.0-beta.5",
"@loaders.gl/polyfills": "^2.0.0-beta.5",
"@loaders.gl/csv": "^2.0.0-beta.6",
"@loaders.gl/polyfills": "^2.0.0-beta.6",
"babel-loader": "^8.0.0",
"babel-plugin-inline-webgl-constants": "^1.0.1",
"babel-plugin-remove-glsl-comments": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion website-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"deploy": "NODE_DEBUG=gh-pages gh-pages -d public"
},
"dependencies": {
"@loaders.gl/las": "^2.0.0-beta.5",
"@loaders.gl/las": "^2.0.0-beta.6",
"@luma.gl/addons": "^8.0.0-beta.2",
"@luma.gl/constants": "^8.0.0-beta.2",
"@luma.gl/core": "^8.0.0-beta.2",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"lint": "eslint src --ignore-pattern workers"
},
"dependencies": {
"@loaders.gl/csv": "^2.0.0-beta.5",
"@loaders.gl/core": "^2.0.0-beta.5",
"@loaders.gl/draco": "^2.0.0-beta.5",
"@loaders.gl/las": "^2.0.0-beta.5",
"@loaders.gl/csv": "^2.0.0-beta.6",
"@loaders.gl/core": "^2.0.0-beta.6",
"@loaders.gl/draco": "^2.0.0-beta.6",
"@loaders.gl/las": "^2.0.0-beta.6",
"@mapbox/vector-tile": "^1.3.1",
"@tweenjs/tween.js": "^16.7.0",
"autobind-decorator": "^1.3.3",
Expand Down
145 changes: 56 additions & 89 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1473,87 +1473,87 @@
npmlog "^4.1.2"
write-file-atomic "^2.3.0"

"@loaders.gl/3d-tiles@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/3d-tiles/-/3d-tiles-2.0.0-beta.5.tgz#146efd7bd20a783cea01148f98f7e02f456073b6"
integrity sha512-7+8SUymQgHZ+3QI9psJNY/ctEUJzhnay4mo4UAxszRSjUIFApKauU1wiePRavxZvuWHitCgL4cEK7RB1L/Ci/A==
dependencies:
"@loaders.gl/core" "2.0.0-beta.5"
"@loaders.gl/gltf" "2.0.0-beta.5"
"@loaders.gl/loader-utils" "2.0.0-beta.5"
"@loaders.gl/math" "2.0.0-beta.5"
"@math.gl/culling" "^3.0.0"
"@math.gl/geospatial" "^3.0.0"
math.gl "^3.0.0"
probe.gl "^3.1.1"

"@loaders.gl/core@2.0.0-beta.5", "@loaders.gl/core@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-2.0.0-beta.5.tgz#52cba89ab69e48fbc443283bc1a93ea70316f045"
integrity sha512-0RHY8uk/GmEVdSh0L0PrlVG/nv4+BrOGgTckVFmWslpEMDG0nMN1OMIhe2fLIGx4HvEb5YXwjd1rLgG0PuaoQw==
"@loaders.gl/3d-tiles@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/3d-tiles/-/3d-tiles-2.0.0-beta.6.tgz#abc5e9fbfa6ae8722f2b3ce1300d984b13783ff8"
integrity sha512-068XQCZhRIhpL1ZucP17smPbEmypnJ581Gapyt1cPoaW3HmnSpX1IMod3aWsfV60BHCDVmdLUZ0rTxpytG2tEg==
dependencies:
"@loaders.gl/core" "2.0.0-beta.6"
"@loaders.gl/gltf" "2.0.0-beta.6"
"@loaders.gl/loader-utils" "2.0.0-beta.6"
"@loaders.gl/math" "2.0.0-beta.6"
"@math.gl/culling" "^3.1.1"
"@math.gl/geospatial" "^3.1.1"
math.gl "^3.1.1"
probe.gl "^3.2.0"

"@loaders.gl/core@2.0.0-beta.6", "@loaders.gl/core@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-2.0.0-beta.6.tgz#4f4d1ae2913d57877aac85138e9007ccd17ec9f8"
integrity sha512-M2kjAga2q8YV3v9uEZQBIDuvWEGi8k+xPx355o02nK0r7BIeaA3iyg+op7Tr4RrkA7xOd6jhnVFKsr1lRxjSFg==
dependencies:
"@babel/runtime" "^7.3.1"
"@loaders.gl/loader-utils" "2.0.0-beta.5"
"@loaders.gl/loader-utils" "2.0.0-beta.6"

"@loaders.gl/csv@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/csv/-/csv-2.0.0-beta.5.tgz#4f5a8a697c2d1bf57bfbd6325a85a797591116bb"
integrity sha512-nf8+ypInycAOy8rNSoMYU9WOrpAuQsSgbrj//H0bRbFKg+VXPnu6G+BlK8C2lNGMy654XEdIkUvivoIhzcaDiQ==
"@loaders.gl/csv@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/csv/-/csv-2.0.0-beta.6.tgz#034ceed99851b6cca53138fc80c347af26d77312"
integrity sha512-lULy8zX4p3HXkWLVat9XwAg0l6XZU72rtJCDwS25jlZsqsxwzZ4YzABPeELMJLmzOsyPCfailwQnVUWAn5kYmA==
dependencies:
"@loaders.gl/core" "2.0.0-beta.5"
"@loaders.gl/tables" "2.0.0-beta.5"
"@loaders.gl/core" "2.0.0-beta.6"
"@loaders.gl/tables" "2.0.0-beta.6"

"@loaders.gl/gltf@2.0.0-beta.5", "@loaders.gl/gltf@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-2.0.0-beta.5.tgz#95d507156d01ec546ce03ca603a87d513d2ef63b"
integrity sha512-JTuSgIzDpGHeEvNEfNEah0p2dlwkQoRTmG//Og00ufvj9X0ZDU/KYcSRiWpIIm74UPrGFKrW7ktqnp01kQikXg==
"@loaders.gl/gltf@2.0.0-beta.6", "@loaders.gl/gltf@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-2.0.0-beta.6.tgz#402463451183cf3a8912d5bb5540d0d09969bf41"
integrity sha512-TG9VUfzNGt8FZAYwiFVhonXjOPu163xX8TLm/Hn+8QYTcnXcUfWWlaAnfEO3DIfxDVHQnTxe4qalKI5O8FwC7A==
dependencies:
"@loaders.gl/core" "2.0.0-beta.5"
"@loaders.gl/images" "2.0.0-beta.5"
"@loaders.gl/loader-utils" "2.0.0-beta.5"
"@loaders.gl/core" "2.0.0-beta.6"
"@loaders.gl/images" "2.0.0-beta.6"
"@loaders.gl/loader-utils" "2.0.0-beta.6"

"@loaders.gl/images@2.0.0-beta.5", "@loaders.gl/images@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-2.0.0-beta.5.tgz#cc376d7d48d2daa1c70ff24dfc33521c146c149f"
integrity sha512-sMGlfVtv0oYTHoLd2Bgo97pXu/viplwEIA7ErqZwqdzBwglskF1FdQJDyBRsYDQ0n1vVnIz1pz+0mNJiZU/6UA==
"@loaders.gl/images@2.0.0-beta.6", "@loaders.gl/images@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-2.0.0-beta.6.tgz#224b8e176a0745b4cafacb92aa5e1cac60a597c1"
integrity sha512-x5ZSNo0fFGKS/HrFckutl/QXZbj4yfFdjYQY7dAQkMFwo6taMnmReKWHy31GRm4hjABpOndioqbxn6Nzp9raUQ==

"@loaders.gl/images@^2.0.0-beta":
version "2.0.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-2.0.0-beta.1.tgz#125398747b9e6fc48a684bcb226b87e4feba8552"
integrity sha512-aXzZOgSQENDBpg5WmaNXaYjSVPQp1UYeiLi3CZwsbTCpDO2nuKWrR5X22tlmG4gOfeObPdW8LnE0Y9kI6noIWw==

"@loaders.gl/loader-utils@2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-2.0.0-beta.5.tgz#b99209a609103ed4e604b0c616a7d7cac5f343ec"
integrity sha512-V7NyJ3ayEYgWIjPfBk3txi9aD3BD18s574tlzsB8cjz+xf0wR1P5WoR4gHBEg+Z4Lv3H2e5fJmXVzR4/BVkrmA==
"@loaders.gl/loader-utils@2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-2.0.0-beta.6.tgz#99659ad9d0a30eea0d80cdff26be4b48a12a97e5"
integrity sha512-vQjLOBbAXtBYI0+iQQb+k+3C9SgnhVVtVNo772Cq3dfnjwCsdLvTqJeyz0p6Uq2mPzOjuNfaj692kGNwuX74mQ==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/math@2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/math/-/math-2.0.0-beta.5.tgz#f98bf5507de6f0266b020e7d800836c16eb7dc8c"
integrity sha512-CU2oRyZuYdMr3stTb712A9TGM7Yj0WUVYmwPhFUThyjiCfvGs3hCx5kw2QevohF7k0Mbx94/xuM2Cic1ehVZWg==
"@loaders.gl/math@2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/math/-/math-2.0.0-beta.6.tgz#e18f85569ff579d6d730ec4d0c1f54d7e53110d9"
integrity sha512-El3vB3QqoevKQEgQaNlPW52JYkY5wS95InLGPtiTSCFSx4Y6h66C74SBfg0Hx1J0om+G77l+h3okdhEeMwADqw==
dependencies:
"@loaders.gl/images" "2.0.0-beta.5"
math.gl "^3.0.0"
"@loaders.gl/images" "2.0.0-beta.6"
math.gl "^3.1.1"

"@loaders.gl/polyfills@^2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-2.0.0-beta.5.tgz#1b80155b2285a28be43cc9fd717da9178a2bca0b"
integrity sha512-rI3R1WWO00E7JIfak3/rZbw1Q6ah/zaUd3nAzBcQiy9YkrG6bn+EC5+jAbwrZ3qI/JRAisVBeRlQKZNGM1E7iQ==
"@loaders.gl/polyfills@^2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-2.0.0-beta.6.tgz#056b36f0d8821de8296931d352bfa9aa25a0cc5c"
integrity sha512-uP0B9o9OdqE3fwOUNPqbCtgyQClIPUoutwNcGJDY6qkcs33iH+wIK/Oe6DiOGHcSfA1IxB7l5zXeATUAbiCrwA==
dependencies:
get-pixels "^3.3.2"
ndarray "^1.0.18"
save-pixels "^2.3.2"
stream-to-async-iterator "^0.2.0"
through "^2.3.8"

"@loaders.gl/tables@2.0.0-beta.5":
version "2.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@loaders.gl/tables/-/tables-2.0.0-beta.5.tgz#74dddcfa49e70065367f56c5502071cc70366bf2"
integrity sha512-ktJ65b8SEjMD+UhxouwintvdKaeTuf7Bw01pn+jtsU4VsXijIdQsD0uUKdSUMcsYlemyltvlOSubI44qprYacA==
"@loaders.gl/tables@2.0.0-beta.6":
version "2.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@loaders.gl/tables/-/tables-2.0.0-beta.6.tgz#b1fb159702fdea1bce28ec68809a4b641bc3a5d2"
integrity sha512-J2rbAPesRdrVGJytclf5Ri5AnAb97riqbTgDJcOCwMjQfu7jviAs/7cfXX3QC0MjSKP95c9a1VLuvSfvsy+9bA==
dependencies:
"@loaders.gl/core" "2.0.0-beta.5"
"@loaders.gl/core" "2.0.0-beta.6"

"@luma.gl/constants@8.0.0-beta.4", "@luma.gl/constants@^8.0.0-beta.4":
version "8.0.0-beta.4"
Expand Down Expand Up @@ -1699,15 +1699,6 @@
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"

"@math.gl/culling@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@math.gl/culling/-/culling-3.0.0.tgz#6ffb0b73cf4490568fe0961e8e902ea49d12447b"
integrity sha512-g6l1We35RAisn+MDdvcukycyxsuNrYfzhElx7Xy4OObIiNlqRaPZvO4cZR++aabx5PN8xEIDs95HL59V+Vw6jQ==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"
math.gl "3.0.0"

"@math.gl/culling@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@math.gl/culling/-/culling-3.1.1.tgz#47b9e8e9a9d981d90255041bcf091ceb4b1ccd53"
Expand All @@ -1717,15 +1708,6 @@
"@math.gl/core" "3.1.1"
gl-matrix "^3.0.0"

"@math.gl/geospatial@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@math.gl/geospatial/-/geospatial-3.0.0.tgz#92708a4f6136d95d33d317bd255af055304f177d"
integrity sha512-YeBdCRxe+Ql/C7RtxvCBtHYqz/423xarZxNqFIIzGNQFyQP8z9ETU+tewT7WL10XcZsjtqZToXoygzG0GUXzzw==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"
math.gl "3.0.0"

"@math.gl/geospatial@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@math.gl/geospatial/-/geospatial-3.1.1.tgz#82bad1081bbd516fa7efc912ff3483710191aca0"
Expand Down Expand Up @@ -6978,15 +6960,7 @@ mapbox-gl@^1.2.1:
tinyqueue "^2.0.0"
vt-pbf "^3.1.1"

math.gl@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.0.0.tgz#fe7ee98bd9439a29942246b3fe7a36f27fba06b2"
integrity sha512-HIH2zXZmkCLudLUQjZe8ppnM5bMBeo8prblFSVQ0jy9AxPa3HZqYONDX6vPOf3En7nwkJzw451JHSYAxe70nPA==
dependencies:
"@babel/runtime" "^7.0.0"
gl-matrix "^3.0.0"

math.gl@^3.0.0, math.gl@^3.1.1:
math.gl@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.1.1.tgz#66d8a53994f16b0d65b18df994b727eb41a797ae"
integrity sha512-gfXOcPeGGn0dwLsRxlon0xJdkEo3pK3eKHxVsJ0ZBzKwewLgEReohUMsKfY0o2rFixXvDSLq/8lSh67Snxle0g==
Expand Down Expand Up @@ -8492,13 +8466,6 @@ probe.gl@3.2.0, probe.gl@^3.2.0:
"@babel/runtime" "^7.0.0"
"@probe.gl/stats" "3.2.0"

probe.gl@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.1.1.tgz#58f5d23efe588b9d9af10add6b47587f8e6c72b3"
integrity sha512-mD/DzhaYVftrRpobJd/W5JNhDVYCpClhuCGeOphuNZO1+qM6tOlBIf/6ETz11JyolZoJTTeT6aiVXOuIVyAVRg==
dependencies:
"@babel/runtime" "^7.0.0"

process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
Expand Down

0 comments on commit a7cf5a4

Please sign in to comment.