File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33
33
"watch" : " tsc -w"
34
34
},
35
35
"dependencies" : {
36
- "@jupyterlab/application" : " ^2.0.0 || ^3.0.0" ,
37
- "@jupyterlab/notebook " : " ^2.0.0 || ^3.0.0" ,
38
- "@jupyterlab/console " : " ^2.0.0 || ^3.0.0"
36
+ "@jupyterlab/application" : " ^2.0.0 || ^3.0.0 || ^4.0.0 " ,
37
+ "@jupyterlab/console " : " ^2.0.0 || ^3.0.0 || ^4 .0.0" ,
38
+ "@jupyterlab/notebook " : " ^2.0.0 || ^3.0.0 || ^4 .0.0"
39
39
},
40
40
"devDependencies" : {
41
+ "@types/json-schema" : " ^7.0.15" ,
42
+ "mkdirp" : " ^0.5.1" ,
41
43
"prettier" : " 2.0.5" ,
42
44
"rimraf" : " 3.0.2" ,
43
- "typescript" : " 3.9.3" ,
44
- "mkdirp" : " ^0.5.1"
45
+ "typescript" : " 5.6.2"
45
46
},
46
47
"jupyterlab" : {
47
48
"extension" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"declaration" : true ,
4
- "lib" : [" es2015 " , " dom" ],
4
+ "lib" : [" es2018 " , " dom" ],
5
5
"module" : " commonjs" ,
6
6
"moduleResolution" : " node" ,
7
7
"noEmitOnError" : true ,
10
10
"rootDir" : " src" ,
11
11
"strict" : true ,
12
12
"strictNullChecks" : false ,
13
- "target" : " es2015 " ,
13
+ "target" : " es2018 " ,
14
14
"types" : [],
15
15
"esModuleInterop" : true
16
16
},
You can’t perform that action at this time.
0 commit comments