Skip to content

Commit

Permalink
bump to loaders.gl 4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 committed Nov 1, 2023
1 parent 63aa253 commit 52a4f09
Show file tree
Hide file tree
Showing 6 changed files with 977 additions and 414 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@hubble.gl/core": "1.2.0-alpha.6",
"@hubble.gl/react": "1.2.0-alpha.6",
"@kepler.gl/components": "3.0.0-alpha.1",
"@loaders.gl/polyfills": "^4.0.0",
"@loaders.gl/polyfills": "^4.0.1",
"@types/mapbox__geo-viewport": "^0.4.1",
"@typescript-eslint/parser": "^5.27.0",
"eslint-config-developit": "^1.2.0",
Expand Down Expand Up @@ -140,7 +140,7 @@
"@babel/traverse": "^7.12.1",
"@cfaester/enzyme-adapter-react-18": "^0.7.0",
"@deck.gl/test-utils": "^8.9.12",
"@loaders.gl/polyfills": "^4.0.0",
"@loaders.gl/polyfills": "^4.0.1",
"@luma.gl/test-utils": "^8.5.19",
"@nebula.gl/layers": "1.0.2-alpha.1",
"@probe.gl/env": "^3.5.0",
Expand Down Expand Up @@ -214,12 +214,12 @@
"webpack-stats-plugin": "^0.2.1"
},
"resolutions": {
"@loaders.gl/core": "^4.0.0",
"@loaders.gl/csv": "^4.0.0",
"@loaders.gl/gltf": "^4.0.0",
"@loaders.gl/json": "^4.0.0",
"@loaders.gl/loader-utils": "^4.0.0",
"@loaders.gl/polyfills": "^4.0.0",
"@loaders.gl/core": "^4.0.1",
"@loaders.gl/csv": "^4.0.1",
"@loaders.gl/gltf": "^4.0.1",
"@loaders.gl/json": "^4.0.1",
"@loaders.gl/loader-utils": "^4.0.1",
"@loaders.gl/polyfills": "^4.0.1",
"@luma.gl/constants": "8.5.19",
"@luma.gl/core": "8.5.19",
"@luma.gl/experimental": "8.5.19",
Expand Down
9 changes: 5 additions & 4 deletions src/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
"@kepler.gl/table": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1",
"@kepler.gl/utils": "3.0.0-alpha.1",
"@loaders.gl/core": "^4.0.0",
"@loaders.gl/gis": "^4.0.0",
"@loaders.gl/gltf": "^4.0.0",
"@loaders.gl/wkt": "^4.0.0",
"@loaders.gl/arrow": "^4.0.1",
"@loaders.gl/core": "^4.0.1",
"@loaders.gl/gis": "^4.0.1",
"@loaders.gl/gltf": "^4.0.1",
"@loaders.gl/wkt": "^4.0.1",
"@luma.gl/constants": "^8.5.19",
"@mapbox/geojson-normalize": "0.0.1",
"@nebula.gl/edit-modes": "1.0.2-alpha.1",
Expand Down
9 changes: 5 additions & 4 deletions src/processors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
"@kepler.gl/schemas": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1",
"@kepler.gl/utils": "3.0.0-alpha.1",
"@loaders.gl/core": "^4.0.0",
"@loaders.gl/csv": "^4.0.0",
"@loaders.gl/json": "^4.0.0",
"@loaders.gl/loader-utils": "^4.0.0",
"@loaders.gl/arrow": "^4.0.1",
"@loaders.gl/core": "^4.0.1",
"@loaders.gl/csv": "^4.0.1",
"@loaders.gl/json": "^4.0.1",
"@loaders.gl/loader-utils": "^4.0.1",
"@mapbox/geojson-normalize": "0.0.1",
"@nebula.gl/edit-modes": "1.0.2-alpha.1",
"@turf/helpers": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kepler.gl/table": "3.0.0-alpha.1",
"@kepler.gl/types": "3.0.0-alpha.1",
"@kepler.gl/utils": "3.0.0-alpha.1",
"@loaders.gl/loader-utils": "^4.0.0",
"@loaders.gl/loader-utils": "^4.0.1",
"@types/keymirror": "^0.1.1",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.pick": "^4.4.6",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"umd"
],
"dependencies": {
"apache-arrow": "^4.0.0",
"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.19",
Expand Down
Loading

0 comments on commit 52a4f09

Please sign in to comment.