Skip to content

Commit 0c1f195

Browse files
committed
Update jupyterlab_robotmode deps
1 parent 2aef02f commit 0c1f195

File tree

3 files changed

+679
-476
lines changed

3 files changed

+679
-476
lines changed

src/jupyterlab_robotmode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"url": "https://github.com/robots-from-jupyter/robotkernel/issues"
88
},
99
"dependencies": {
10-
"@jupyterlab/application": ">=0.18.4"
10+
"@jupyterlab/application": ">=2.1.1"
1111
},
1212
"peerDependencies": {
1313
"codemirror": "~5.39.0"
1414
},
1515
"devDependencies": {
16-
"cross-env": "^5.2.0",
17-
"rimraf": "~2.6.2",
18-
"typescript": "~3.1.1"
16+
"cross-env": "^7.0.2",
17+
"rimraf": "~3.0.2",
18+
"typescript": "~3.8.3"
1919
},
2020
"files": [
2121
"{lib,style}/**/*.{css,d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"compilerOptions": {
3+
"allowJs": true,
4+
"esModuleInterop": true,
35
"lib": ["es6", "dom"],
46
"module": "commonjs",
57
"moduleResolution": "node",
68
"noEmitOnError": true,
79
"noImplicitAny": true,
810
"noUnusedLocals": true,
911
"outDir": "./lib",
10-
"target": "ES5",
11-
"allowJs": true
12+
"target": "ES5"
1213
},
1314
"include": ["src/*"]
1415
}

0 commit comments

Comments
 (0)