Skip to content

Commit

Permalink
Bump loaders.gl (#8087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 29, 2023
1 parent f960b97 commit 04d066d
Show file tree
Hide file tree
Showing 22 changed files with 254 additions and 254 deletions.
4 changes: 2 additions & 2 deletions examples/layer-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start-local": "vite --config ../vite.config.local.mjs"
},
"dependencies": {
"@loaders.gl/ply": "^3.4.2",
"@loaders.gl/gltf": "^3.4.2",
"@loaders.gl/ply": "^3.4.13",
"@loaders.gl/gltf": "^3.4.13",
"@luma.gl/experimental": "^8.5.2",
"@luma.gl/debug": "^8.5.2",
"colorbrewer": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/3d-tiles": "^3.4.2",
"@loaders.gl/core": "^3.4.2",
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/draco": "^3.4.2",
"@loaders.gl/gltf": "^3.4.2",
"@loaders.gl/3d-tiles": "^3.4.13",
"@loaders.gl/core": "^3.4.13",
"@loaders.gl/csv": "^3.4.13",
"@loaders.gl/draco": "^3.4.13",
"@loaders.gl/gltf": "^3.4.13",
"@luma.gl/constants": "^8.5.12",
"brace": "^0.11.1",
"deck.gl": "^8.8.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 @@ -10,7 +10,7 @@
},
"dependencies": {
"deck.gl": "^8.8.0",
"@loaders.gl/3d-tiles": "^3.4.2",
"@loaders.gl/3d-tiles": "^3.4.13",
"maplibre-gl": "^2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/globe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"deck.gl": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/i3s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/i3s": "^3.4.2",
"@loaders.gl/i3s": "^3.4.13",
"deck.gl": "^8.8.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/website/mask-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"deck.gl": "^8.8.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 @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/obj": "^3.4.2",
"@loaders.gl/obj": "^3.4.13",
"@math.gl/core": "4.0.0-alpha.4",
"deck.gl": "^8.8.0",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/point-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/las": "^3.4.2",
"@loaders.gl/las": "^3.4.13",
"deck.gl": "^8.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/website/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"@material-ui/core": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"d3-scale": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/safegraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"d3-scale": "^2.0.0",
"deck.gl": "^8.8.0",
"mapbox-gl": "^1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/website/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"d3-scale": "^2.0.0",
"deck.gl": "^8.8.0",
"maplibre-gl": "^2.4.0",
Expand Down
12 changes: 6 additions & 6 deletions modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/gis": "^3.4.2",
"@loaders.gl/loader-utils": "^3.4.2",
"@loaders.gl/mvt": "^3.4.2",
"@loaders.gl/tiles": "^3.4.2",
"@loaders.gl/gis": "^3.4.13",
"@loaders.gl/loader-utils": "^3.4.13",
"@loaders.gl/mvt": "^3.4.13",
"@loaders.gl/tiles": "^3.4.13",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/webgl-legacy": "9.0.0-alpha.21",
"@math.gl/web-mercator": "4.0.0-alpha.4",
Expand All @@ -53,7 +53,7 @@
"quadbin": "^0.1.9"
},
"devDependencies": {
"@loaders.gl/schema": "^3.4.2",
"@loaders.gl/schema": "^3.4.13",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
"@types/d3-scale": "^3.0.0"
Expand All @@ -64,7 +64,7 @@
"@deck.gl/extensions": "^8.0.0",
"@deck.gl/geo-layers": "^8.0.0",
"@deck.gl/layers": "^8.0.0",
"@loaders.gl/core": "^3.4.2"
"@loaders.gl/core": "^3.4.13"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/core": "^3.4.2",
"@loaders.gl/images": "^3.4.2",
"@loaders.gl/core": "^3.4.13",
"@loaders.gl/images": "^3.4.13",
"@luma.gl/api": "9.0.0-alpha.21",
"@luma.gl/gltools": "9.0.0-alpha.21",
"@luma.gl/shadertools": "9.0.0-alpha.21",
Expand Down
18 changes: 9 additions & 9 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/3d-tiles": "^3.4.2",
"@loaders.gl/gis": "^3.4.2",
"@loaders.gl/loader-utils": "^3.4.2",
"@loaders.gl/mvt": "^3.4.2",
"@loaders.gl/schema": "^3.4.2",
"@loaders.gl/terrain": "^3.4.2",
"@loaders.gl/tiles": "^3.4.2",
"@loaders.gl/wms": "^3.4.2",
"@loaders.gl/3d-tiles": "^3.4.13",
"@loaders.gl/gis": "^3.4.13",
"@loaders.gl/loader-utils": "^3.4.13",
"@loaders.gl/mvt": "^3.4.13",
"@loaders.gl/schema": "^3.4.13",
"@loaders.gl/terrain": "^3.4.13",
"@loaders.gl/tiles": "^3.4.13",
"@loaders.gl/wms": "^3.4.13",
"@luma.gl/experimental": "9.0.0-alpha.21",
"@luma.gl/webgl-legacy": "9.0.0-alpha.21",
"@math.gl/core": "4.0.0-alpha.4",
Expand All @@ -53,7 +53,7 @@
"@deck.gl/extensions": "^8.0.0",
"@deck.gl/layers": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@loaders.gl/core": "^3.4.2",
"@loaders.gl/core": "^3.4.13",
"@luma.gl/shadertools": "9.0.0-alpha.21",
"@luma.gl/webgl-legacy": "9.0.0-alpha.21"
},
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 @@ -36,9 +36,9 @@
"@deck.gl/layers": "8.10.0-alpha.2",
"@deck.gl/mesh-layers": "8.10.0-alpha.2",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "^3.4.2",
"@loaders.gl/core": "^3.4.2",
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/3d-tiles": "^3.4.13",
"@loaders.gl/core": "^3.4.13",
"@loaders.gl/csv": "^3.4.13",
"@luma.gl/webgl-legacy": "9.0.0-alpha.21",
"mapbox-gl": "^1.13.2"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/images": "^3.4.2",
"@loaders.gl/schema": "^3.4.2",
"@loaders.gl/images": "^3.4.13",
"@loaders.gl/schema": "^3.4.13",
"@luma.gl/api": "9.0.0-alpha.21",
"@luma.gl/engine": "9.0.0-alpha.21",
"@luma.gl/shadertools": "9.0.0-alpha.21",
Expand All @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@deck.gl/core": "^8.0.0",
"@loaders.gl/core": "^3.4.2",
"@loaders.gl/core": "^3.4.13",
"@luma.gl/api": "9.0.0-alpha.21",
"@luma.gl/engine": "9.0.0-alpha.21",
"@luma.gl/shadertools": "9.0.0-alpha.21",
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@loaders.gl/gltf": "^3.4.2",
"@loaders.gl/gltf": "^3.4.13",
"@luma.gl/experimental": "9.0.0-alpha.21",
"@luma.gl/shadertools": "9.0.0-alpha.21",
"@luma.gl/webgl-legacy": "9.0.0-alpha.21"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"devDependencies": {
"@arcgis/core": "^4.21.0",
"@babel/register": "^7.13.0",
"@loaders.gl/csv": "^3.4.2",
"@loaders.gl/polyfills": "^3.4.2",
"@loaders.gl/csv": "^3.4.13",
"@loaders.gl/polyfills": "^3.4.13",
"@luma.gl/test-utils": "9.0.0-alpha.21",
"@luma.gl/webgpu": "9.0.0-alpha.21",
"@math.gl/proj4": "4.0.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion test/apps/arcgis-i3s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@deck.gl/core": "^8.1.0",
"@deck.gl/layers": "^8.1.0",
"@loaders.gl/i3s": "^3.4.2"
"@loaders.gl/i3s": "^3.4.13"
},
"devDependencies": {
"vite": "^4.0.0"
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"write-heading-ids": "ts-node ../scripts/write-heading-ids.ts"
},
"dependencies": {
"@loaders.gl/i3s": "^3.4.2",
"@loaders.gl/las": "^3.4.2",
"@loaders.gl/obj": "^3.4.2",
"@loaders.gl/ply": "^3.4.2",
"@loaders.gl/i3s": "^3.4.13",
"@loaders.gl/las": "^3.4.13",
"@loaders.gl/obj": "^3.4.13",
"@loaders.gl/ply": "^3.4.13",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
Loading

0 comments on commit 04d066d

Please sign in to comment.