Skip to content

Commit

Permalink
package.json audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 2, 2024
1 parent 1448a5d commit 8cbd35e
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 68 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
1 change: 1 addition & 0 deletions modules/jupyter-widget/package.json
Expand Up @@ -40,6 +40,7 @@
"@loaders.gl/core": "^4.1.0",
"@loaders.gl/csv": "^4.1.0",
"@luma.gl/core": "9.0.0-beta.4",
"d3-dsv": "^1.0.8",
"mapbox-gl": "^1.13.2"
},
"jupyterlab": {
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

0 comments on commit 8cbd35e

Please sign in to comment.