File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-notebook/web-components" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A component library for building extensions in Jupyter frontends." ,
5
5
"homepage" : " https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-ui-demo" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A JupyterLab extension to present an artwork of available UI components" ,
5
5
"private" : true ,
6
6
"keywords" : [
48
48
"watch:labextension" : " jupyter labextension watch ."
49
49
},
50
50
"dependencies" : {
51
- "@jupyter-notebook/react-components" : " ^0.4 .0" ,
52
- "@jupyter-notebook/web-components" : " ^0.4 .0" ,
51
+ "@jupyter-notebook/react-components" : " ^0.5 .0" ,
52
+ "@jupyter-notebook/web-components" : " ^0.5 .0" ,
53
53
"@jupyterlab/application" : " ^3.1.0" ,
54
54
"@jupyterlab/apputils" : " ^3.0.0" ,
55
55
"@lumino/widgets" : " ^1.30.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-notebook/react-components" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A component library for building extensions in Jupyter frontends." ,
5
5
"homepage" : " https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme" ,
6
6
"license" : " BSD-3-Clause" ,
33
33
"test" : " jest --verbose --coverage"
34
34
},
35
35
"dependencies" : {
36
- "@jupyter-notebook/web-components" : " ^0.4 .0" ,
36
+ "@jupyter-notebook/web-components" : " ^0.5 .0" ,
37
37
"@microsoft/fast-react-wrapper" : " ^0.1.17" ,
38
38
"react" : " ^17.0.0"
39
39
},
You can’t perform that action at this time.
0 commit comments