File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 "entry" : [
44 " index.js" ,
55 " index.d.ts"
6- ],
7- "ignoreDependencies" : [" @types/mocha" ]
6+ ]
87}
Original file line number Diff line number Diff line change 4848 "@types/mocha" : " ^10.0.7" ,
4949 "@types/node" : " ^18.19.39" ,
5050 "@voxpelli/eslint-config" : " ^21.0.0" ,
51- "@voxpelli/tsconfig" : " ^13 .0.0" ,
51+ "@voxpelli/tsconfig" : " ^14 .0.0" ,
5252 "c8" : " ^10.1.2" ,
5353 "chai" : " ^4.5.0" ,
54- "eslint" : " ^9.9.1 " ,
54+ "eslint" : " ^9.10.0 " ,
5555 "husky" : " ^9.1.5" ,
5656 "installed-check" : " ^9.3.0" ,
57- "knip" : " ^5.26 .0" ,
57+ "knip" : " ^5.30 .0" ,
5858 "mocha" : " ^10.6.0" ,
5959 "npm-run-all2" : " ^6.2.2" ,
6060 "type-coverage" : " ^2.29.1" ,
Original file line number Diff line number Diff line change 66 "include" : [
77 " lib/**/*" ,
88 " test/**/*" ,
9- ]
9+ ],
10+ "compilerOptions" : {
11+ "types" : [" node" , " mocha" ]
12+ }
1013}
You can’t perform that action at this time.
0 commit comments