Skip to content

Commit

Permalink
Update viz-core to latest 0.1.1 to fix issues with babylon loaded in …
Browse files Browse the repository at this point in the history
…voila (#51)

* Use viz-core alpha version to test latest capnp

* Add @types/debug

* Override tslib

* Update viz-core to latest alpha

* Update viz-core to latest alpha.6

* Update viz-core to latest alpha.7

* Update viz-core to 0.1.1
  • Loading branch information
SarantopoulosKon authored Dec 29, 2022
1 parent 6cdca1d commit 03a82f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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"
"@tiledb-inc/viz-core": "0.1.1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,21 +841,21 @@
dependencies:
defer-to-connect "^1.0.1"

"@tiledb-inc/[email protected].2":
version "1.0.10-alpha.2"
resolved "https://registry.yarnpkg.com/@tiledb-inc/tiledb-cloud/-/tiledb-cloud-1.0.10-alpha.2.tgz#b21f4b806c2f4258a202ee2cb1e9726c56280a37"
integrity sha512-F48L6AvpOnp9UBTp1f7cPJ8bgrBqCzt4O+moN4r0KLu+nQqh9+VILgKOR9Eo6FgnCqvRiWaOlPeLAZSfyxJo/g==
"@tiledb-inc/[email protected].7":
version "1.0.10-alpha.7"
resolved "https://registry.yarnpkg.com/@tiledb-inc/tiledb-cloud/-/tiledb-cloud-1.0.10-alpha.7.tgz#d5d86f4a00992bfef411b0b6fface50f4b2e75b6"
integrity sha512-V82JT6cSEna23L1RnqeskUrYypZ5MSpWGilAugklkufGm9b4h9//a1KYUgGbCZb8vZStUspqXpW3V7a6mRy1/Q==
dependencies:
axios "^0.21.1"
capnp-ts "^0.4.0"
capnpc-ts "^0.4.0"
paralleljs "github:SarantopoulosKon/parallel.js#node-mode-in-web-worker"
save-file "^2.3.1"

"@tiledb-inc/[email protected].0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.0.tgz#fd0d643146cd13d1b1b6465750ced793d04e81f6"
integrity sha512-KY+PJI1KY4Q17Juk36NZjDcrNHoUlXuN3oDOIG80YDqRwgircPmXKiibjG7THB7HinoGEXovJVlKoVyVTaCb0w==
"@tiledb-inc/[email protected].1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@tiledb-inc/viz-core/-/viz-core-0.1.1.tgz#a9835d8a64ebbc9ac6ee1cecadba969164cfbedc"
integrity sha512-g2NOMMB14H8ieWPyhxGFIZ+sBfGGMgnLfhYrJ8BZw0AFfBjCIctgi25NFf2pu3pv+LUP/VsY3J1XDGOmlvabhw==
dependencies:
"@babylonjs/core" "^5.21.0"
"@babylonjs/gui" "^5.21.0"
Expand All @@ -864,7 +864,7 @@
"@babylonjs/loaders" "^5.21.0"
"@babylonjs/materials" "^5.21.0"
"@babylonjs/serializers" "^5.21.0"
"@tiledb-inc/tiledb-cloud" "1.0.10-alpha.2"
"@tiledb-inc/tiledb-cloud" "1.0.10-alpha.7"
babylonjs-gui "^4.2.2"
babylonjs-materials "^5.21.0"
idb "^7.0.2"
Expand Down Expand Up @@ -2093,7 +2093,7 @@ [email protected]:

[email protected], debug@^2.6.3, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
Expand Down Expand Up @@ -5926,17 +5926,17 @@ ts-loader@^9.2.5:

tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==

tslib@~1.13.0:
version "1.13.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==

[email protected]:
Expand Down

0 comments on commit 03a82f8

Please sign in to comment.