Skip to content

Commit b3bf861

Browse files
committed
Fix the dependencies
1 parent 86fc3df commit b3bf861

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/application/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45+
"@jupyter-notebook/tree": "^7.5.0-beta.1",
4546
"@jupyterlab/application": "~4.5.0-beta.1",
4647
"@jupyterlab/coreutils": "~6.5.0-beta.1",
4748
"@jupyterlab/docregistry": "~4.5.0-beta.1",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,7 @@ __metadata:
22502250
dependencies:
22512251
"@babel/core": ^7.11.6
22522252
"@babel/preset-env": ^7.12.1
2253+
"@jupyter-notebook/tree": ^7.5.0-beta.1
22532254
"@jupyterlab/application": ~4.5.0-beta.1
22542255
"@jupyterlab/coreutils": ~6.5.0-beta.1
22552256
"@jupyterlab/docregistry": ~4.5.0-beta.1

0 commit comments

Comments
 (0)