Skip to content

Commit 303cae4

Browse files
authored
Fix lumino and lab packages pinning (#3958)
* Fix Lumino pinning * Update widgets 7 packages to dedupe luminoand lab packages
1 parent b24fa6b commit 303cae4

File tree

7 files changed

+1491
-1718
lines changed

7 files changed

+1491
-1718
lines changed

packages/base-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"dependencies": {
3535
"@jupyter-widgets/base": "^6.0.10",
36-
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
37-
"@lumino/coreutils": "^1.11.1 || ^2",
36+
"@jupyterlab/services": "^6 || ^7",
37+
"@lumino/coreutils": "^1 || ^2",
3838
"base64-js": "^1.2.1",
3939
"sanitize-html": "^2.3"
4040
},

packages/base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
3434
},
3535
"dependencies": {
36-
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
37-
"@lumino/coreutils": "^1.11.1 || ^2.1",
38-
"@lumino/messaging": "^1.10.1 || ^2.1",
39-
"@lumino/widgets": "^1.30.0 || ^2.1",
36+
"@jupyterlab/services": "^6 || ^7",
37+
"@lumino/coreutils": "^1 || ^2",
38+
"@lumino/messaging": "^1 || ^2",
39+
"@lumino/widgets": "^1 || ^2",
4040
"@types/backbone": "1.4.14",
4141
"@types/lodash": "^4.14.134",
4242
"backbone": "1.4.0",

packages/controls/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"dependencies": {
3737
"@jupyter-widgets/base": "^6.0.10",
38-
"@lumino/algorithm": "^1.9.1 || ^2.1",
39-
"@lumino/domutils": "^1.8.1 || ^2.1",
40-
"@lumino/messaging": "^1.10.1 || ^2.1",
41-
"@lumino/signaling": "^1.10.1 || ^2.1",
42-
"@lumino/widgets": "^1.30.0 || ^2.1",
38+
"@lumino/algorithm": "^1 || ^2",
39+
"@lumino/domutils": "^1 || ^2",
40+
"@lumino/messaging": "^1 || ^2",
41+
"@lumino/signaling": "^1 || ^2",
42+
"@lumino/widgets": "^1 || ^2",
4343
"d3-color": "^3.0.1",
4444
"d3-format": "^3.0.1",
4545
"jquery": "^3.1.1",

packages/html-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
"@fortawesome/fontawesome-free": "^5.12.0",
3939
"@jupyter-widgets/base": "^6.0.10",
4040
"@jupyter-widgets/base-manager": "^1.0.11",
41-
"@jupyter-widgets/base7": "npm:@jupyter-widgets/[email protected].6",
41+
"@jupyter-widgets/base7": "npm:@jupyter-widgets/[email protected].7",
4242
"@jupyter-widgets/controls": "^5.0.11",
43-
"@jupyter-widgets/controls7": "npm:@jupyter-widgets/[email protected].6",
43+
"@jupyter-widgets/controls7": "npm:@jupyter-widgets/[email protected].8",
4444
"@jupyter-widgets/output": "^6.0.10",
4545
"@jupyter-widgets/schema": "^0.5.6",
4646
"@jupyterlab/outputarea": "^3.0.0 || ^4.0.0",
4747
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
4848
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^4.0.0",
49-
"@lumino/messaging": "^1.10.1 || ^2.1",
50-
"@lumino/widgets": "^1.30.0 || ^2.1",
49+
"@lumino/messaging": "^1 || ^2",
50+
"@lumino/widgets": "^1 || ^2",
5151
"ajv": "^8.6.0",
5252
"jquery": "^3.1.1",
5353
"semver": "^7.3.5"

python/jupyterlab_widgets/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
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.11.1 || ^2.0.0",
68-
"@lumino/coreutils": "^1.11.1 || ^2.1",
69-
"@lumino/disposable": "^1.10.1 || ^2.1",
70-
"@lumino/signaling": "^1.10.1 || ^2.1",
71-
"@lumino/widgets": "^1.30.0 || ^2.1",
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",
7272
"@types/backbone": "1.4.14",
7373
"jquery": "^3.1.1",
7474
"semver": "^7.3.5"

python/widgetsnbextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@jupyter-widgets/html-manager": "^1.0.13",
2929
"@jupyter-widgets/output": "^6.0.10",
3030
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
31-
"@lumino/messaging": "^1.10.1 || ^2.1",
32-
"@lumino/widgets": "^1.30.0 || ^2.1",
31+
"@lumino/messaging": "^1 || ^2",
32+
"@lumino/widgets": "^1 || ^2",
3333
"backbone": "1.4.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)