Skip to content

Commit 40f3ee3

Browse files
committed
Fix missing dependencies
1 parent 07ea782 commit 40f3ee3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

toolbar-button/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
"watch:src": "tsc -w"
4747
},
4848
"dependencies": {
49-
"@jupyterlab/application": "^3.0.11"
49+
"@jupyterlab/application": "^3.0.11",
50+
"@jupyterlab/apputils": "^3.0.9",
51+
"@jupyterlab/docregistry": "^3.0.11",
52+
"@jupyterlab/notebook": "^3.0.11",
53+
"@lumino/disposable": "^1.7.0"
5054
},
5155
"devDependencies": {
5256
"@jupyterlab/builder": "^3.0.0",
@@ -71,4 +75,4 @@
7175
"extension": true,
7276
"outputDir": "jupyterlab_examples_toolbar_button/labextension"
7377
}
74-
}
78+
}

0 commit comments

Comments
 (0)