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 07ea782 commit 40f3ee3Copy full SHA for 40f3ee3
toolbar-button/package.json
@@ -46,7 +46,11 @@
46
"watch:src": "tsc -w"
47
},
48
"dependencies": {
49
- "@jupyterlab/application": "^3.0.11"
+ "@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"
54
55
"devDependencies": {
56
"@jupyterlab/builder": "^3.0.0",
@@ -71,4 +75,4 @@
71
75
"extension": true,
72
76
"outputDir": "jupyterlab_examples_toolbar_button/labextension"
73
77
}
74
-}
78
+}
0 commit comments