File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 14
14
"types" : " types/index.d.ts" ,
15
15
"devDependencies" : {
16
16
"c8" : " ^10.1.2" ,
17
- "chai" : " ^5.1.2" ,
18
- "eslint" : " ^9.13.0" ,
19
- "eslint-plugin-import-x" : " ^4.3.1" ,
20
- "eslint-plugin-jsdoc" : " ^50.4.3" ,
21
- "eslint-plugin-regexp" : " ^2.6.0" ,
22
- "globals" : " ^15.11.0" ,
23
- "mocha" : " ^10.7.3" ,
24
- "neostandard" : " ^0.11.7" ,
25
- "typescript" : " ^5.6.3"
17
+ "eslint" : " ^9.15.0" ,
18
+ "eslint-plugin-import-x" : " ^4.4.3" ,
19
+ "eslint-plugin-jsdoc" : " ^50.6.0" ,
20
+ "eslint-plugin-regexp" : " ^2.7.0" ,
21
+ "globals" : " ^15.12.0" ,
22
+ "mocha" : " ^10.8.2" ,
23
+ "neostandard" : " ^0.11.9" ,
24
+ "typescript" : " ^5.7.2"
25
+ },
26
+ "overrides" : {
27
+ "glob" : " ^10.4.5"
26
28
},
27
29
"scripts" : {
28
30
"build" : " npm run tsc && npm run lint && npm run test" ,
29
31
"lint" : " eslint --fix ." ,
30
32
"test" : " c8 --reporter=text mocha --exit test" ,
31
33
"tsc" : " node -e \" fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
32
34
},
33
- "version" : " 4.1.6 "
35
+ "version" : " 4.1.7 "
34
36
}
You can’t perform that action at this time.
0 commit comments