Skip to content

Commit

Permalink
Audit package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 2, 2024
1 parent 1448a5d commit 7a39556
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 86 deletions.
8 changes: 3 additions & 5 deletions modules/aggregation-layers/package.json
Expand Up @@ -38,18 +38,16 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4",
"@math.gl/web-mercator": "^4.0.0",
"d3-hexbin": "^0.2.1"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@deck.gl/layers": "^9.0.0-alpha",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4"
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
13 changes: 6 additions & 7 deletions modules/arcgis/package.json
Expand Up @@ -35,16 +35,15 @@
"build-bundle": "ocular-bundle ./bundle.ts",
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "9.0.0-beta.4",
"esri-loader": "^3.3.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"esri-loader": "^3.3.0"
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 5 additions & 3 deletions modules/carto/package.json
Expand Up @@ -42,19 +42,18 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/gis": "^4.1.0",
"@loaders.gl/loader-utils": "^4.1.0",
"@loaders.gl/mvt": "^4.1.0",
"@loaders.gl/tiles": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@math.gl/web-mercator": "^4.0.0",
"cartocolor": "^4.0.2",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.0",
"earcut": "^2.2.4",
"h3-js": "^4.1.0",
"moment-timezone": "^0.5.33",
"pbf": "^3.2.1",
Expand All @@ -72,7 +71,10 @@
"@deck.gl/extensions": "^9.0.0-alpha",
"@deck.gl/geo-layers": "^9.0.0-alpha",
"@deck.gl/layers": "^9.0.0-alpha",
"@loaders.gl/core": "^4.1.0"
"@loaders.gl/core": "^4.1.0",
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
1 change: 0 additions & 1 deletion modules/core/package.json
Expand Up @@ -40,7 +40,6 @@
"prepublishOnly": "npm run build-debugger && npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/core": "^4.1.0",
"@loaders.gl/images": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
Expand Down
14 changes: 5 additions & 9 deletions modules/extensions/package.json
Expand Up @@ -38,18 +38,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/shadertools": "9.0.0-beta.4"
"@luma.gl/constants": "9.0.0-beta.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4",
"@luma.gl/webgl": "9.0.0-beta.4",
"@math.gl/core": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0"
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta",
"@math.gl/core": "^4.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
15 changes: 4 additions & 11 deletions modules/geo-layers/package.json
Expand Up @@ -38,7 +38,6 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/3d-tiles": "^4.1.0",
"@loaders.gl/gis": "^4.1.0",
"@loaders.gl/loader-utils": "^4.1.0",
Expand All @@ -47,12 +46,7 @@
"@loaders.gl/terrain": "^4.1.0",
"@loaders.gl/tiles": "^4.1.0",
"@loaders.gl/wms": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/gltf": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4",
"@math.gl/core": "^4.0.0",
"@math.gl/culling": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
"@types/geojson": "^7946.0.8",
Expand All @@ -65,11 +59,10 @@
"@deck.gl/layers": "^9.0.0-alpha",
"@deck.gl/mesh-layers": "^9.0.0-alpha",
"@loaders.gl/core": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/gltf": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4"
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta",
"@math.gl/core": "^4.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
6 changes: 2 additions & 4 deletions modules/google-maps/package.json
Expand Up @@ -38,16 +38,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0"
"@luma.gl/constants": "9.0.0-beta.4"
},
"devDependencies": {
"@types/google.maps": "^3.48.6"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/core": "^9.0.0-beta",
"@math.gl/core": "^4.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
Expand Down
2 changes: 0 additions & 2 deletions modules/json/package.json
Expand Up @@ -38,8 +38,6 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"d3-dsv": "^1.0.8",
"expression-eval": "^5.0.0"
},
"peerDependencies": {
Expand Down
13 changes: 4 additions & 9 deletions modules/layers/package.json
Expand Up @@ -37,25 +37,20 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/images": "^4.1.0",
"@loaders.gl/schema": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4",
"@mapbox/tiny-sdf": "^2.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/polygon": "^4.0.0",
"@math.gl/web-mercator": "^4.0.0",
"earcut": "^2.2.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@loaders.gl/core": "^4.1.0",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4"
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta",
"@math.gl/core": "^4.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
1 change: 0 additions & 1 deletion modules/main/package.json
Expand Up @@ -36,7 +36,6 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@deck.gl/aggregation-layers": "9.0.0-beta.5",
"@deck.gl/carto": "9.0.0-beta.5",
"@deck.gl/core": "9.0.0-beta.5",
Expand Down
3 changes: 1 addition & 2 deletions modules/mapbox/package.json
Expand Up @@ -39,12 +39,11 @@
},
"dependencies": {
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@math.gl/web-mercator": "^4.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/constants": "9.0.0-beta.4"
"@luma.gl/core": "^9.0.0-beta"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
16 changes: 7 additions & 9 deletions modules/mesh-layers/package.json
Expand Up @@ -37,17 +37,15 @@
"build-bundle": "ocular-bundle ./bundle.ts",
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/gltf": "^4.1.0",
"@luma.gl/constants": "9.0.0-beta.4",
"@luma.gl/core": "9.0.0-beta.4",
"@luma.gl/engine": "9.0.0-beta.4",
"@luma.gl/gltf": "9.0.0-beta.4",
"@luma.gl/shadertools": "9.0.0-beta.4"
"@luma.gl/gltf": "9.0.0-beta.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@luma.gl/shadertools": "^9.0.0-beta"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
1 change: 0 additions & 1 deletion modules/react/package.json
Expand Up @@ -35,7 +35,6 @@
"sideEffects": false,
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
Expand Down
6 changes: 3 additions & 3 deletions modules/test-utils/package.json
Expand Up @@ -33,12 +33,12 @@
"typed"
],
"dependencies": {
"@babel/runtime": "^7.0.0"
"@luma.gl/test-utils": "9.0.0-beta.4"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/test-utils": "9.0.0-beta.4",
"@luma.gl/webgl": "9.0.0-beta.4",
"@luma.gl/core": "^9.0.0-beta",
"@luma.gl/engine": "^9.0.0-beta",
"@probe.gl/test-utils": "^4.0.0"
},
"scripts": {},
Expand Down
1 change: 0 additions & 1 deletion modules/widgets/package.json
Expand Up @@ -39,7 +39,6 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"preact": "^10.17.0"
},
"peerDependencies": {
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Expand Up @@ -4767,7 +4767,7 @@ combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

commander@2, commander@^2.20.0, commander@^2.20.3:
commander@^2.20.0, commander@^2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
Expand Down Expand Up @@ -5149,15 +5149,6 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==

d3-dsv@^1.0.8:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.2.0.tgz#9d5f75c3a5f8abd611f74d3f5847b0d4338b885c"
integrity sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==
dependencies:
commander "2"
iconv-lite "0.4"
rw "1"

"d3-format@1 - 3", d3-format@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-3.1.0.tgz#9260e23a28ea5cb109e93b21a06e24e2ebd55641"
Expand Down Expand Up @@ -7406,20 +7397,20 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

iconv-lite@0.4, iconv-lite@^0.4.24, iconv-lite@~0.4.13:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
dependencies:
safer-buffer ">= 2.1.2 < 3"

iconv-lite@0.6.3, iconv-lite@^0.6.2:
version "0.6.3"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
dependencies:
safer-buffer ">= 2.1.2 < 3.0.0"

iconv-lite@^0.4.24, iconv-lite@~0.4.13:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
dependencies:
safer-buffer ">= 2.1.2 < 3"

ieee754@^1.1.12:
version "1.1.13"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
Expand Down Expand Up @@ -11074,7 +11065,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rw@1, rw@^1.3.3:
rw@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
integrity sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=
Expand Down

0 comments on commit 7a39556

Please sign in to comment.