Skip to content

Commit eff713e

Browse files
committed
Add support to JupyterLab 2
Signed-off-by: martinRenou <[email protected]>
1 parent f41a766 commit eff713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"watch:nbextension": "webpack --watch"
5050
},
5151
"dependencies": {
52-
"@jupyter-widgets/base": "^1.1.10 || ^2"
52+
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3"
5353
},
5454
"devDependencies": {
5555
"@phosphor/application": "^1.6.0",

0 commit comments

Comments
 (0)