File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 48
48
"@types/eslint" : " ^8.44.9" ,
49
49
"@types/mdast" : " ^4.0.3" ,
50
50
"@types/mocha" : " ^10.0.7" ,
51
- "@types/node" : " ^18.19.3 " ,
51
+ "@types/node" : " ^18.19.50 " ,
52
52
"@voxpelli/eslint-config" : " ^19.0.0" ,
53
- "@voxpelli/tsconfig" : " ^10 .0.0" ,
53
+ "@voxpelli/tsconfig" : " ^14 .0.0" ,
54
54
"c8" : " ^8.0.1" ,
55
55
"chai" : " ^4.4.1" ,
56
56
"eslint-plugin-es-x" : " ^7.5.0" ,
67
67
"knip" : " ^3.8.1" ,
68
68
"mocha" : " ^10.5.1" ,
69
69
"npm-run-all2" : " ^6.2.0" ,
70
- "type-coverage" : " ^2.27.0 " ,
71
- "typescript" : " ~5.3.3 "
70
+ "type-coverage" : " ^2.29.1 " ,
71
+ "typescript" : " ~5.5.4 "
72
72
},
73
73
"dependencies" : {
74
74
"@voxpelli/typed-utils" : " ^1.10.2" ,
Original file line number Diff line number Diff line change 6
6
"include" : [
7
7
" lib/**/*" ,
8
8
" test/**/*" ,
9
- ]
9
+ ],
10
+ "compilerOptions" : {
11
+ "types" : [" node" , " mocha" ]
12
+ }
10
13
}
You can’t perform that action at this time.
0 commit comments