File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3737 "dependencies" : {
3838 "@jupyterlab/application" : " ^2.0.0-alpha.0" ,
3939 "@jupyterlab/coreutils" : " ^4.0.0-alpha.0" ,
40+ "@jupyterlab/docregistry" : " ^2.0.0-alpha.0" ,
4041 "@jupyterlab/running" : " ^2.0.0-alpha.0" ,
4142 "@jupyterlab/services" : " ^5.0.0-alpha.0" ,
42- "@phosphor/algorithm" : " ^1.2.0"
43+ "@phosphor/algorithm" : " ^1.2.0" ,
44+ "@phosphor/widgets" : " ^1.9.0"
4345 },
4446 "devDependencies" : {
4547 "rimraf" : " ~2.6.2" ,
Original file line number Diff line number Diff line change 1212 {
1313 "path" : " ../coreutils"
1414 },
15- {
16- "path" : " ../docregistry"
17- },
1815 {
1916 "path" : " ../running"
2017 },
2118 {
2219 "path" : " ../services"
20+ },
21+ {
22+ "path" : " ../docregistry"
2323 }
2424 ]
2525}
Original file line number Diff line number Diff line change 3636 },
3737 "dependencies" : {
3838 "@jupyterlab/apputils" : " ^2.0.0-alpha.0" ,
39+ "@jupyterlab/coreutils" : " ^4.0.0-alpha.0" ,
40+ "@jupyterlab/services" : " ^5.0.0-alpha.0" ,
41+ "@phosphor/algorithm" : " ^1.2.0" ,
3942 "@phosphor/coreutils" : " ^1.3.1" ,
4043 "@phosphor/disposable" : " ^1.3.0" ,
4144 "@phosphor/signaling" : " ^1.3.0" ,
You can’t perform that action at this time.
0 commit comments