Skip to content

Commit

Permalink
Bump loaders.gl (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia authored and ibgreen committed Jan 9, 2020
1 parent 656acdb commit 0de4ec2
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 97 deletions.
4 changes: 2 additions & 2 deletions examples/basis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@loaders.gl/basis": "^2.0.0",
"@loaders.gl/core": "^2.0.0"
"@loaders.gl/basis": "^2.1.0-alpha.1",
"@loaders.gl/core": "^2.1.0-alpha.1"
},
"devDependencies": {
"babel-plugin-inline-import": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/cesium/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"start-local": "webpack-dev-server --env.local --env.esnext --progress --hot --open"
},
"dependencies": {
"@loaders.gl/3d-tiles": "^2.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/3d-tiles": "^2.1.0-alpha.1",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"@math.gl/culling": "^3.1.2",
"math.gl": "^3.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/deck.gl/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@deck.gl/layers": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@deck.gl/react": "^8.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/gltf": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"@loaders.gl/gltf": "^2.1.0-alpha.1",
"@probe.gl/stats-widget": "^3.2.0",
"marked": "^0.7.0",
"probe.gl": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/deck.gl/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@deck.gl/core": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@deck.gl/react": "^8.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/gltf": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/gltf": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-map-gl": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/deck.gl/i3s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@deck.gl/layers": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@deck.gl/react": "^8.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/gltf": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"@loaders.gl/gltf": "^2.1.0-alpha.1",
"@luma.gl/constants": "^8.0.0",
"@luma.gl/core": "^8.0.0",
"@math.gl/geospatial": "^3.1.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/deck.gl/pointcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/las": "^2.0.0",
"@loaders.gl/ply": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/las": "^2.1.0-alpha.1",
"@loaders.gl/ply": "^2.1.0-alpha.1",
"deck.gl": "^8.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/get-started/get-started-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"serve": "serve public"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/obj": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/obj": "^2.1.0-alpha.1"
},
"devDependencies": {
"rollup": "^1.16.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/get-started/get-started-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"start": "webpack-dev-server --progress --hot --open -d"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/obj": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/obj": "^2.1.0-alpha.1"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/luma.gl/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"open-vr": "adb reverse tcp:8080 tcp:8080 && adb shell am start -a android.intent.action.VIEW -d http://localhost:8080/"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"@luma.gl/experimental": "^8.0.0",
"@luma.gl/constants": "^8.0.0",
"@luma.gl/core": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/three.js/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/3d-tiles": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/3d-tiles": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"mapbox-gl": "^1.1.1",
"three": "^0.106.2"
},
Expand Down
8 changes: 4 additions & 4 deletions modules/3d-tiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/gltf": "^2.0.0",
"@loaders.gl/loader-utils": "^2.0.0",
"@loaders.gl/math": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/gltf": "^2.1.0-alpha.1",
"@loaders.gl/loader-utils": "^2.1.0-alpha.1",
"@loaders.gl/math": "^2.1.0-alpha.1",
"@math.gl/culling": "^3.1.2",
"@math.gl/geospatial": "^3.1.2",
"math.gl": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/arrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"build-worker": "webpack --entry ./src/arrow-loader.worker.js --output ./dist/arrow-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/tables": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/tables": "^2.1.0-alpha.1",
"apache-arrow": "^0.13.0"
}
}
2 changes: 1 addition & 1 deletion modules/basis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"build-worker": "webpack --entry ./src/workers/basis-loader.worker.js --output ./dist/basis-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
4 changes: 2 additions & 2 deletions modules/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/tables": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/tables": "^2.1.0-alpha.1"
},
"devDependencies": {
"d3-dsv": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/draco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "^2.0.0",
"@loaders.gl/loader-utils": "^2.1.0-alpha.1",
"draco3d": "^1.3.4"
}
}
6 changes: 3 additions & 3 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"build-bin": "BABEL_ENV=es5 babel scripts --config-file ../../babel.config.js --out-dir dist/scripts"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/images": "^2.0.0",
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/images": "^2.1.0-alpha.1",
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions modules/i3s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/3d-tiles": "^2.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/loader-utils": "^2.0.0",
"@loaders.gl/3d-tiles": "^2.1.0-alpha.1",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/loader-utils": "^2.1.0-alpha.1",
"@math.gl/culling": "^3.1.2",
"@math.gl/geospatial": "^3.1.2",
"math.gl": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion modules/kml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/las/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pre-build": "echo \"Nothing to build in @loaders.gl/math\""
},
"dependencies": {
"@loaders.gl/images": "^2.0.0",
"@loaders.gl/images": "^2.1.0-alpha.1",
"math.gl": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion modules/obj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/pcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"build-worker": "webpack --entry ./src/pcd-loader.worker.js --output ./dist/pcd-loader.worker.js --config ../../scripts/worker-webpack-config.js"
},
"dependencies": {
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/ply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "^2.0.0"
"@loaders.gl/loader-utils": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/potree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/math": "^2.0.0",
"@loaders.gl/math": "^2.1.0-alpha.1",
"math.gl": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion modules/tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0"
"@loaders.gl/core": "^2.1.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion modules/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"jszip": "^3.1.5"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"clean": "ocular-clean",
"cover": "ocular-test cover",
"lint": "ocular-lint",
"bump": "ocular-bump",
"publish": "ocular-publish",
"test": "ocular-test",
"metrics": "./scripts/metrics.sh && ocular-metrics",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@deck.gl/layers": "^8.0.0",
"@deck.gl/mesh-layers": "^8.0.0",
"@deck.gl/react": "^8.0.0",
"@loaders.gl/core": "^2.0.0",
"@loaders.gl/draco": "^2.0.0",
"@loaders.gl/gltf": "^2.0.0",
"@loaders.gl/las": "^2.0.0",
"@loaders.gl/core": "^2.1.0-alpha.1",
"@loaders.gl/draco": "^2.1.0-alpha.1",
"@loaders.gl/gltf": "^2.1.0-alpha.1",
"@loaders.gl/las": "^2.1.0-alpha.1",
"@luma.gl/constants": "^8.0.0",
"@luma.gl/core": "^8.0.0",
"@luma.gl/experimental": "^8.0.0",
Expand Down
44 changes: 3 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,64 +1435,26 @@
npmlog "^4.1.2"
write-file-atomic "^2.3.0"

"@loaders.gl/3d-tiles@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/3d-tiles/-/3d-tiles-2.0.0.tgz#eca95119f12a1070a4a6cd74c608615e0d68f87d"
integrity sha512-mXsdeLI6WWqpYNhBtd7SiHE/PSTC1TQP7gDMTrtktbEdX0Uf1j6QxzmjmXJZbY78SallZaFtGZ3XHd0seNxy6g==
dependencies:
"@loaders.gl/core" "2.0.0"
"@loaders.gl/gltf" "2.0.0"
"@loaders.gl/loader-utils" "2.0.0"
"@loaders.gl/math" "2.0.0"
"@math.gl/culling" "^3.1.2"
"@math.gl/geospatial" "^3.1.2"
math.gl "^3.1.2"
probe.gl "^3.2.0"

"@loaders.gl/core@2.0.0", "@loaders.gl/core@^2.0.0":
"@loaders.gl/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-2.0.0.tgz#ab84b94efb8ad3a90133389e5b76f6a721b20419"
integrity sha512-tcKTfDy3H7jsP61pEWG22rjnSjz4JzXlBzJuMt86Z76ASM1ZY5glfnNneA/x6Yqcl+8U0003B2PtRIFtQgo9og==
dependencies:
"@babel/runtime" "^7.3.1"
"@loaders.gl/loader-utils" "2.0.0"

"@loaders.gl/gltf@2.0.0", "@loaders.gl/gltf@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-2.0.0.tgz#dc7b743118af4956e90719de15f3dd54c37e283b"
integrity sha512-X0SUoJVEwHj0gTPioohgQuXbSsdMfMzW81GoEG4wdGChf0e6eTMXplIpm+MU2dgo/IBR4n4EhlL4s37LtZtDow==
dependencies:
"@loaders.gl/core" "2.0.0"
"@loaders.gl/images" "2.0.0"
"@loaders.gl/loader-utils" "2.0.0"

"@loaders.gl/images@2.0.0", "@loaders.gl/images@^2.0.0":
"@loaders.gl/images@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-2.0.0.tgz#d3425ac855dfa54bd8119014bd548ea6f8a2ac5b"
integrity sha512-GUsN7hSpYGtVNf3EcWjh1QgzJXJrS73KkD7GgM/pGqMpFlmNOkWYjW0DV8yYHikRQG4awNMGKgnUUzmXtdgpzQ==

"@loaders.gl/loader-utils@2.0.0", "@loaders.gl/loader-utils@^2.0.0":
"@loaders.gl/loader-utils@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-2.0.0.tgz#8de22bd999fd09f5769fd70e23e7280c5a598506"
integrity sha512-dK3pjS56M+18CrgdycgTsF/YkanWSojO/1JHVBB+KorjqoMWXhtCAnTToQ60u+XA8k0AF3mBQUPL7Hd2OIsbmA==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/math@2.0.0", "@loaders.gl/math@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/math/-/math-2.0.0.tgz#ab6e620dd209614b71df1d53bf110337bdf9f903"
integrity sha512-M4/vH2Pk3YFAikaZQ90i+c9x0pkiJ9GZAYG5YbAPoonIyWY8YTBUxt0CutUlskyMpYKcSGuk9YwyWfHufe00lQ==
dependencies:
"@loaders.gl/images" "2.0.0"
math.gl "^3.1.2"

"@loaders.gl/tables@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@loaders.gl/tables/-/tables-2.0.0.tgz#77a807cd847a6955989995298aed27092b0dca19"
integrity sha512-lQjhdxOVbw+w1xjIBvje/WkeTF9rqtTL+9Ms5uTILMJXypnICZYycwE5memJ32JKAKE8MYp5NSjeo392qSPtjQ==
dependencies:
"@loaders.gl/core" "2.0.0"

"@luma.gl/constants@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-8.0.1.tgz#8098a19b3aa36e2e30b921417deed3798679188a"
Expand Down

0 comments on commit 0de4ec2

Please sign in to comment.