Skip to content

Commit 0f9c5b6

Browse files
authored
Merge pull request #12 from jasongrout/jlab32
Update for JupyterLab 0.32.
2 parents 7c95ce8 + 6a47bbb commit 0f9c5b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"watch": "tsc -w"
3131
},
3232
"dependencies": {
33-
"@jupyterlab/application": "^0.15.0",
34-
"@jupyterlab/filebrowser": "^0.15.0",
35-
"@jupyterlab/mainmenu": "^0.4.0",
36-
"@jupyterlab/launcher": "^0.15.0",
37-
"@jupyterlab/apputils": "^0.15.0"
33+
"@jupyterlab/application": "^0.16.0",
34+
"@jupyterlab/filebrowser": "^0.16.0",
35+
"@jupyterlab/mainmenu": "^0.5.0",
36+
"@jupyterlab/launcher": "^0.16.0",
37+
"@jupyterlab/apputils": "^0.16.0"
3838
},
3939
"devDependencies": {
4040
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)