Skip to content

Commit 2843694

Browse files
Add explicit dependency to paralleljs
1 parent 4218b03 commit 2843694

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
6060
"@jupyterlab/application": "^3 || ^4",
6161
"@tiledb-inc/tiledb-cloud": "^2.0.0-alpha.4",
62-
"@tiledb-inc/viz-core": "^2.0.0-alpha.8"
62+
"@tiledb-inc/viz-core": "^2.0.0-alpha.8",
63+
"paralleljs": "https://github.com/TileDB-Inc/parallel.js.git"
6364
},
6465
"devDependencies": {
6566
"@jupyterlab/builder": "^3 || ^4",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,6 +3096,10 @@ p-try@^2.0.0:
30963096
version "1.1.0"
30973097
resolved "https://codeload.github.com/TileDB-Inc/parallel.js/tar.gz/4d36278cbcc5ff7bd257bacb22f3f06c97d65977"
30983098

3099+
"paralleljs@https://github.com/TileDB-Inc/parallel.js.git":
3100+
version "1.1.0"
3101+
resolved "https://github.com/TileDB-Inc/parallel.js.git#4d36278cbcc5ff7bd257bacb22f3f06c97d65977"
3102+
30993103
parent-module@^1.0.0:
31003104
version "1.0.1"
31013105
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"

0 commit comments

Comments
 (0)