File tree Expand file tree Collapse file tree 19 files changed +61
-61
lines changed Expand file tree Collapse file tree 19 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
47
- "@jupyterlab/launcher" : " ~ 3.0.0-rc.0" ,
48
- "@jupyterlab/mainmenu" : " ~ 3.0.0-rc.0" ,
49
- "@jupyterlab/nbformat" : " ~ 3.0.0-rc.0" ,
50
- "@jupyterlab/translation" : " ~ 3.0.0-rc.0" ,
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
+ "@jupyterlab/launcher" : " ^ 3.0.0-rc.0" ,
48
+ "@jupyterlab/mainmenu" : " ^ 3.0.0-rc.0" ,
49
+ "@jupyterlab/nbformat" : " ^ 3.0.0-rc.0" ,
50
+ "@jupyterlab/translation" : " ^ 3.0.0-rc.0" ,
51
51
"@lumino/algorithm" : " ^1.3.3" ,
52
52
"@lumino/coreutils" : " ^1.5.3" ,
53
53
"@lumino/datagrid" : " ^0.5.2" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
47
- "@jupyterlab/launcher" : " ~ 3.0.0-rc.0" ,
48
- "@jupyterlab/mainmenu" : " ~ 3.0.0-rc.0" ,
49
- "@jupyterlab/outputarea" : " ~ 3.0.0-rc.0" ,
50
- "@jupyterlab/translation" : " ~ 3.0.0-rc.0" ,
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
+ "@jupyterlab/launcher" : " ^ 3.0.0-rc.0" ,
48
+ "@jupyterlab/mainmenu" : " ^ 3.0.0-rc.0" ,
49
+ "@jupyterlab/outputarea" : " ^ 3.0.0-rc.0" ,
50
+ "@jupyterlab/translation" : " ^ 3.0.0-rc.0" ,
51
51
"@lumino/algorithm" : " ^1.3.3" ,
52
52
"@lumino/coreutils" : " ^1.5.3" ,
53
53
"@lumino/datagrid" : " ^0.3.1" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
47
"@jupyterlab/coreutils" : " ~5.0.0-rc.0" ,
48
- "@jupyterlab/launcher" : " ~ 3.0.0-rc.0" ,
48
+ "@jupyterlab/launcher" : " ^ 3.0.0-rc.0" ,
49
49
"@jupyterlab/services" : " ~6.0.0-rc.0"
50
50
},
51
51
"devDependencies" : {
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
47
- "@jupyterlab/mainmenu" : " ~ 3.0.0-rc.0" ,
48
- "@jupyterlab/translation" : " ~ 3.0.0-rc.0" ,
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
+ "@jupyterlab/mainmenu" : " ^ 3.0.0-rc.0" ,
48
+ "@jupyterlab/translation" : " ^ 3.0.0-rc.0" ,
49
49
"@lumino/algorithm" : " ^1.3.3" ,
50
50
"@lumino/coreutils" : " ^1.5.3" ,
51
51
"@lumino/datagrid" : " ^0.5.2" ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ package is declared in the file `package.json`:
95
95
96
96
},
97
97
" dependencies" : {
98
- " @jupyterlab/application" : " ~ 3.0.0-rc.0"
98
+ " @jupyterlab/application" : " ^ 3.0.0-rc.0"
99
99
` ` `
100
100
101
101
With this basic import setup, you can move on to construct a new instance
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0"
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0"
47
47
},
48
48
"devDependencies" : {
49
49
"@jupyterlab/builder" : " ^3.0.0-rc.0" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
47
- "@jupyterlab/launcher" : " ~ 3.0.0-rc.0" ,
48
- "@jupyterlab/mainmenu" : " ~ 3.0.0-rc.0" ,
49
- "@jupyterlab/translation" : " ~ 3.0.0-rc.0" ,
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
+ "@jupyterlab/launcher" : " ^ 3.0.0-rc.0" ,
48
+ "@jupyterlab/mainmenu" : " ^ 3.0.0-rc.0" ,
49
+ "@jupyterlab/translation" : " ^ 3.0.0-rc.0" ,
50
50
"@lumino/algorithm" : " ^1.3.3" ,
51
51
"@lumino/coreutils" : " ^1.5.3" ,
52
52
"@lumino/datagrid" : " ^0.3.1" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0"
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0"
47
47
},
48
48
"devDependencies" : {
49
49
"@jupyterlab/builder" : " ^3.0.0-rc.0" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0"
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0"
47
47
},
48
48
"devDependencies" : {
49
49
"@jupyterlab/builder" : " ^3.0.0-rc.0" ,
Original file line number Diff line number Diff line change 43
43
"watch:src" : " tsc -w"
44
44
},
45
45
"dependencies" : {
46
- "@jupyterlab/application" : " ~ 3.0.0-rc.0" ,
47
- "@jupyterlab/apputils" : " ~ 3.0.0-rc.0" ,
48
- "@jupyterlab/filebrowser" : " ~ 3.0.0-rc.0" ,
49
- "@jupyterlab/ui-components" : " ~ 3.0.0-rc.0"
46
+ "@jupyterlab/application" : " ^ 3.0.0-rc.0" ,
47
+ "@jupyterlab/apputils" : " ^ 3.0.0-rc.0" ,
48
+ "@jupyterlab/filebrowser" : " ^ 3.0.0-rc.0" ,
49
+ "@jupyterlab/ui-components" : " ^ 3.0.0-rc.0"
50
50
},
51
51
"devDependencies" : {
52
52
"@jupyterlab/builder" : " ^3.0.0-rc.0" ,
You can’t perform that action at this time.
0 commit comments