Skip to content

Commit 4f21fb7

Browse files
author
Alan Fleming
committed
Update jupyterlab_widgets package.json
1 parent d735e58 commit 4f21fb7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

python/jupyterlab_widgets/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,25 @@
5151
"@jupyter-widgets/controls": "^5.0.12",
5252
"@jupyter-widgets/output": "^6.0.11",
5353
"@jupyterlab/application": "^3.0.0 || ^4.0.0",
54-
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
5554
"@jupyterlab/console": "^3.0.0 || ^4.0.0",
5655
"@jupyterlab/docregistry": "^3.0.0 || ^4.0.0",
5756
"@jupyterlab/logconsole": "^3.0.0 || ^4.0.0",
5857
"@jupyterlab/mainmenu": "^3.0.0 || ^4.0.0",
5958
"@jupyterlab/nbformat": "^3.0.0 || ^4.0.0",
6059
"@jupyterlab/notebook": "^3.0.0 || ^4.0.0",
60+
"@jupyterlab/observables": "^5.2.1",
6161
"@jupyterlab/outputarea": "^3.0.0 || ^4.0.0",
6262
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
6363
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^4.0.0",
6464
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
6565
"@jupyterlab/settingregistry": "^3.0.0 || ^4.0.0",
6666
"@jupyterlab/translation": "^3.0.0 || ^4.0.0",
67-
"@lumino/algorithm": "^1 || ^2",
68-
"@lumino/coreutils": "^1 || ^2",
69-
"@lumino/disposable": "^1 || ^2",
70-
"@lumino/signaling": "^1 || ^2",
71-
"@lumino/widgets": "^1 || ^2",
67+
"@lumino/algorithm": "^1.11.1 || ^2.0.0",
68+
"@lumino/coreutils": "^1.11.1 || ^2.1",
69+
"@lumino/disposable": "^1.10.1 || ^2.1",
70+
"@lumino/properties": "^2.0.1",
71+
"@lumino/signaling": "^1.10.1 || ^2.1",
72+
"@lumino/widgets": "^1.30.0 || ^2.1",
7273
"@types/backbone": "1.4.14",
7374
"jquery": "^3.1.1",
7475
"semver": "^7.3.5"

0 commit comments

Comments
 (0)