Skip to content

Commit

Permalink
Fix lumino and lab packages pinning (#3958)
Browse files Browse the repository at this point in the history
* Fix Lumino pinning

* Update widgets 7 packages to dedupe luminoand lab packages
  • Loading branch information
martinRenou authored Oct 22, 2024
1 parent b24fa6b commit 303cae4
Show file tree
Hide file tree
Showing 7 changed files with 1,491 additions and 1,718 deletions.
4 changes: 2 additions & 2 deletions packages/base-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.10",
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
"@lumino/coreutils": "^1.11.1 || ^2",
"@jupyterlab/services": "^6 || ^7",
"@lumino/coreutils": "^1 || ^2",
"base64-js": "^1.2.1",
"sanitize-html": "^2.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
},
"dependencies": {
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
"@lumino/coreutils": "^1.11.1 || ^2.1",
"@lumino/messaging": "^1.10.1 || ^2.1",
"@lumino/widgets": "^1.30.0 || ^2.1",
"@jupyterlab/services": "^6 || ^7",
"@lumino/coreutils": "^1 || ^2",
"@lumino/messaging": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"@types/backbone": "1.4.14",
"@types/lodash": "^4.14.134",
"backbone": "1.4.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@jupyter-widgets/base": "^6.0.10",
"@lumino/algorithm": "^1.9.1 || ^2.1",
"@lumino/domutils": "^1.8.1 || ^2.1",
"@lumino/messaging": "^1.10.1 || ^2.1",
"@lumino/signaling": "^1.10.1 || ^2.1",
"@lumino/widgets": "^1.30.0 || ^2.1",
"@lumino/algorithm": "^1 || ^2",
"@lumino/domutils": "^1 || ^2",
"@lumino/messaging": "^1 || ^2",
"@lumino/signaling": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"d3-color": "^3.0.1",
"d3-format": "^3.0.1",
"jquery": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/html-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@fortawesome/fontawesome-free": "^5.12.0",
"@jupyter-widgets/base": "^6.0.10",
"@jupyter-widgets/base-manager": "^1.0.11",
"@jupyter-widgets/base7": "npm:@jupyter-widgets/[email protected].6",
"@jupyter-widgets/base7": "npm:@jupyter-widgets/[email protected].7",
"@jupyter-widgets/controls": "^5.0.11",
"@jupyter-widgets/controls7": "npm:@jupyter-widgets/[email protected].6",
"@jupyter-widgets/controls7": "npm:@jupyter-widgets/[email protected].8",
"@jupyter-widgets/output": "^6.0.10",
"@jupyter-widgets/schema": "^0.5.6",
"@jupyterlab/outputarea": "^3.0.0 || ^4.0.0",
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^4.0.0",
"@lumino/messaging": "^1.10.1 || ^2.1",
"@lumino/widgets": "^1.30.0 || ^2.1",
"@lumino/messaging": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"ajv": "^8.6.0",
"jquery": "^3.1.1",
"semver": "^7.3.5"
Expand Down
10 changes: 5 additions & 5 deletions python/jupyterlab_widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
"@jupyterlab/settingregistry": "^3.0.0 || ^4.0.0",
"@jupyterlab/translation": "^3.0.0 || ^4.0.0",
"@lumino/algorithm": "^1.11.1 || ^2.0.0",
"@lumino/coreutils": "^1.11.1 || ^2.1",
"@lumino/disposable": "^1.10.1 || ^2.1",
"@lumino/signaling": "^1.10.1 || ^2.1",
"@lumino/widgets": "^1.30.0 || ^2.1",
"@lumino/algorithm": "^1 || ^2",
"@lumino/coreutils": "^1 || ^2",
"@lumino/disposable": "^1 || ^2",
"@lumino/signaling": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"@types/backbone": "1.4.14",
"jquery": "^3.1.1",
"semver": "^7.3.5"
Expand Down
4 changes: 2 additions & 2 deletions python/widgetsnbextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@jupyter-widgets/html-manager": "^1.0.13",
"@jupyter-widgets/output": "^6.0.10",
"@jupyterlab/services": "^6.0.0 || ^7.0.0",
"@lumino/messaging": "^1.10.1 || ^2.1",
"@lumino/widgets": "^1.30.0 || ^2.1",
"@lumino/messaging": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
"backbone": "1.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 303cae4

Please sign in to comment.