File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
{{cookiecutter.github_project_name}}
{{ cookiecutter.jlab_extension_name }}
{{ cookiecutter.npm_package_name }} Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " build/index.js" ,
6
6
"typings" : " build/index.d.ts" ,
7
7
"dependencies" : {
8
- "@jupyterlab/application" : " ~0.9 .0" ,
9
- "@phosphor/coreutils" : " ~ 1.3.0" ,
10
- "@jupyter-widgets/jupyterlab-manager" : " ~0.25.11 " ,
8
+ "@jupyterlab/application" : " ^0.10 .0" ,
9
+ "@phosphor/coreutils" : " ^ 1.3.0" ,
10
+ "@jupyter-widgets/jupyterlab-manager" : " ^0.27.0 " ,
11
11
"{{ cookiecutter.npm_package_name }}" : " ^{{ cookiecutter.npm_package_version }}"
12
12
},
13
13
"devDependencies" : {
Original file line number Diff line number Diff line change 23
23
" widgets"
24
24
],
25
25
"dependencies" : {
26
- "@jupyter-widgets/base" : " ~0.6.11 "
26
+ "@jupyter-widgets/base" : " ^1.0.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/expect.js" : " ^0.3.29" ,
Original file line number Diff line number Diff line change 92
92
93
93
setuptools_args = {}
94
94
install_requires = setuptools_args ['install_requires' ] = [
95
- 'ipywidgets>=7.0.0b12 ' ,
95
+ 'ipywidgets>=7.0.0 ' ,
96
96
]
97
97
98
98
extras_require = setuptools_args ['extras_require' ] = {
You can’t perform that action at this time.
0 commit comments