File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
"prepare" : " npm run build"
22
22
},
23
23
"engines" : {
24
- "node" : " >=8 "
24
+ "node" : " >=10 "
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
33
33
"devDependencies" : {
34
34
"@types/graphlib" : " ^2.1.7" ,
35
35
"@types/jest" : " ^27" ,
36
- "@types/node" : " ^8 " ,
36
+ "@types/node" : " ^10 " ,
37
37
"@types/object-hash" : " ^2.1.0" ,
38
38
"@types/semver" : " ^7.3.6" ,
39
39
"@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
45
45
"prettier" : " ^2.3.1" ,
46
46
"ts-jest" : " ^27.0.3" ,
47
47
"ts-node" : " ^10.0.0" ,
48
- "typescript" : " ~4.3.4 "
48
+ "typescript" : " ~4.6.3 "
49
49
},
50
50
"dependencies" : {
51
51
"event-loop-spinner" : " ^2.1.0" ,
64
64
"lodash.transform" : " ^4.6.0" ,
65
65
"lodash.union" : " ^4.6.0" ,
66
66
"lodash.values" : " ^4.3.0" ,
67
- "object-hash" : " ^2 .0.3 " ,
67
+ "object-hash" : " ^3 .0.0 " ,
68
68
"semver" : " ^7.0.0" ,
69
- "tslib" : " ^1.13.0 "
69
+ "tslib" : " ^2 "
70
70
}
71
71
}
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"outDir" : " ./dist" ,
4
4
"pretty" : true ,
5
- "target" : " es2017 " ,
5
+ "target" : " es2018 " ,
6
6
"lib" : [
7
- " es2017 "
7
+ " es2018 "
8
8
],
9
9
"allowJs" : true ,
10
10
"module" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments