We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fc3df commit b3bf861Copy full SHA for b3bf861
packages/application/package.json
@@ -42,6 +42,7 @@
42
"watch": "tsc -b --watch"
43
},
44
"dependencies": {
45
+ "@jupyter-notebook/tree": "^7.5.0-beta.1",
46
"@jupyterlab/application": "~4.5.0-beta.1",
47
"@jupyterlab/coreutils": "~6.5.0-beta.1",
48
"@jupyterlab/docregistry": "~4.5.0-beta.1",
yarn.lock
@@ -2250,6 +2250,7 @@ __metadata:
2250
dependencies:
2251
"@babel/core": ^7.11.6
2252
"@babel/preset-env": ^7.12.1
2253
+ "@jupyter-notebook/tree": ^7.5.0-beta.1
2254
"@jupyterlab/application": ~4.5.0-beta.1
2255
"@jupyterlab/coreutils": ~6.5.0-beta.1
2256
"@jupyterlab/docregistry": ~4.5.0-beta.1
0 commit comments