Skip to content

Commit f45f90f

Browse files
Merge pull request #31 from SylvainCorlay/jupyterlab-0.34
Update to JupyterLab 0.34
2 parents 326ed5b + cf8e9f5 commit f45f90f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"prepublish": "npm run clean && npm run build"
3232
},
3333
"dependencies": {
34-
"@jupyterlab/application": "^0.17.2",
35-
"@jupyterlab/apputils": "^0.17.2",
34+
"@jupyterlab/application": "^0.18.0",
35+
"@jupyterlab/apputils": "^0.18.0",
3636
"@jupyterlab/coreutils": "^2.0.2",
37-
"@jupyterlab/docregistry": "^0.17.2",
38-
"@jupyterlab/filebrowser": "^0.17.3",
39-
"@jupyterlab/launcher": "^0.17.2",
40-
"@jupyterlab/mainmenu": "^0.6.2"
37+
"@jupyterlab/docregistry": "^0.18.0",
38+
"@jupyterlab/filebrowser": "^0.18.0",
39+
"@jupyterlab/launcher": "^0.18.0",
40+
"@jupyterlab/mainmenu": "^0.7.0"
4141
},
4242
"devDependencies": {
4343
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)