Skip to content

Commit f9c8c7f

Browse files
committed
Support JupyterLab 2.0.0
1 parent fab67de commit f9c8c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyterlab-server-proxy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"watch": "tsc -w"
3131
},
3232
"dependencies": {
33-
"@jupyterlab/application": "^1.0.0",
34-
"@jupyterlab/launcher": "^1.0.0"
33+
"@jupyterlab/application": "^1.0.0 || ^2.0.0",
34+
"@jupyterlab/launcher": "^1.0.0 || ^2.0.0"
3535
},
3636
"devDependencies": {
3737
"rimraf": "^2.6.1",
38-
"typescript": "~3.5.1"
38+
"typescript": "~3.7.0"
3939
},
4040
"jupyterlab": {
4141
"extension": true

0 commit comments

Comments
 (0)