File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"devDependencies" : {
39
39
"@types/node" : " ^20.0.0" ,
40
- "c8" : " ^8 .0.0" ,
41
- "prettier" : " ^2 .0.0" ,
40
+ "c8" : " ^9 .0.0" ,
41
+ "prettier" : " ^3 .0.0" ,
42
42
"remark-cli" : " ^11.0.0" ,
43
43
"remark-preset-wooorm" : " ^9.0.0" ,
44
44
"type-coverage" : " ^2.0.0" ,
45
45
"typescript" : " ^5.0.0" ,
46
- "xo" : " ^0.54 .0"
46
+ "xo" : " ^0.56 .0"
47
47
},
48
48
"scripts" : {
49
49
"prepack" : " npm run build && npm run format" ,
50
50
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
51
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
51
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
52
52
"test-api" : " node --conditions development test.js" ,
53
53
"test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
54
54
"test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments