Skip to content

Commit

Permalink
Update viz-core to latest alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SarantopoulosKon committed Dec 23, 2022
1 parent a431b2a commit 19f14a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@jupyterlab/application": "^3.2.0",
"@tiledb-inc/viz-core": "0.1.0-alpha.5"
"@tiledb-inc/viz-core": "0.1.0-alpha.6"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,20 +841,20 @@
dependencies:
defer-to-connect "^1.0.1"

"@tiledb-inc/[email protected].5":
version "1.0.10-alpha.5"
resolved "https://registry.yarnpkg.com/@tiledb-inc/tiledb-cloud/-/tiledb-cloud-1.0.10-alpha.5.tgz#c389aab1adc97f44796ffb99063ee9754c6519f7"
integrity sha512-CsGSFwP626Tmu86NWvZNjLrNpN0DrPLIyFtjg4+8jSut1S66UJ4+oLw4SP/nIfmSVv0mMmE5lJcXy218yGytVg==
"@tiledb-inc/[email protected].6":
version "1.0.10-alpha.6"
resolved "https://registry.yarnpkg.com/@tiledb-inc/tiledb-cloud/-/tiledb-cloud-1.0.10-alpha.6.tgz#0a48cf81960d57b5919d2ea8e177b2b148cc7c79"
integrity sha512-rt3JNeZwCDkmKeCa7nvWJ8m/QGKgrbNaK0raGQ5ct2pnEXpJdIOQTp/htIxxPwCHMa66avWlysJgnyO/rRK9DQ==
dependencies:
axios "^0.21.1"
capnp-ts "^0.4.0"
paralleljs "github:SarantopoulosKon/parallel.js#node-mode-in-web-worker"
save-file "^2.3.1"

"@tiledb-inc/[email protected].5":
version "0.1.0-alpha.5"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.0-alpha.5.tgz#c00da9b2815ff7c9e4ff6c5553f41f7d0a463a6d"
integrity sha512-pT63X6RkP8nBetSnfJr76895Q49Z95b1wvRTBn8oFiQQU2jcMwzmZQJDTU7dpi17sTG2VDjRe8iAwTvfEs8jyg==
"@tiledb-inc/[email protected].6":
version "0.1.0-alpha.6"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.0-alpha.6.tgz#e9d0cf78668bef822e5e37d549deffa640ba7caa"
integrity sha512-X2IB7RORQWtfXb79furj5pzllC4r9wq+dVZQ4Dv+Hx3FJyd+ewmWtbSTgu8WaovHpfobQamf55u4jE6R3+giVA==
dependencies:
"@babylonjs/core" "^5.21.0"
"@babylonjs/gui" "^5.21.0"
Expand All @@ -863,7 +863,7 @@
"@babylonjs/loaders" "^5.21.0"
"@babylonjs/materials" "^5.21.0"
"@babylonjs/serializers" "^5.21.0"
"@tiledb-inc/tiledb-cloud" "1.0.10-alpha.5"
"@tiledb-inc/tiledb-cloud" "1.0.10-alpha.6"
babylonjs-gui "^4.2.2"
babylonjs-materials "^5.21.0"
idb "^7.0.2"
Expand Down

0 comments on commit 19f14a2

Please sign in to comment.