Skip to content

Commit c154430

Browse files
committed
Force ipywidgets 8 package selection to test compatibility
We have to force it since prerelease packages don't take precedence over current packages.
1 parent db069b9 commit c154430

File tree

2 files changed

+274
-164
lines changed

2 files changed

+274
-164
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"watch:labextension": "jupyter labextension watch ."
4343
},
4444
"dependencies": {
45-
"@jupyter-widgets/base": "^4 || ^5 || ^6.0.0-rc.0",
46-
"@jupyter-widgets/jupyterlab-manager": "^3 || ^4 || ^5.0.0-rc.0",
45+
"@jupyter-widgets/base": "6.0.0-rc.0",
46+
"@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0",
4747
"@jupyterlab/application": "^3.0.0",
4848
"@lumino/coreutils": "^1.5.3"
4949
},
@@ -83,5 +83,9 @@
8383
"singleton": true
8484
}
8585
}
86+
},
87+
"resolutions": {
88+
"@jupyter-widgets/base": "6.0.0-rc.0",
89+
"@jupyter-widgets/jupyterlab-manager": "5.0.0-rc.0"
8690
}
8791
}

0 commit comments

Comments
 (0)