Skip to content

Commit 80263c5

Browse files
authored
Merge pull request #174 from consideRatio/jlab2
Support usage of JupyterLab 2.0.0
2 parents fab67de + 6f72620 commit 80263c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

jupyterlab-server-proxy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/server-proxy",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Launcher icons for proxied applications",
55
"keywords": [
66
"jupyter",
@@ -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

jupyterlab-server-proxy/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
34
"declaration": true,
45
"lib": ["es2015", "dom"],
56
"module": "commonjs",

0 commit comments

Comments
 (0)