File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 "@types/tape" : " ^5.0.0" ,
4747 "c8" : " ^8.0.0" ,
4848 "mdast-util-from-markdown" : " ^1.0.0" ,
49- "prettier" : " ^2 .0.0" ,
49+ "prettier" : " ^3 .0.0" ,
5050 "remark-cli" : " ^11.0.0" ,
5151 "remark-preset-wooorm" : " ^9.0.0" ,
5252 "tape" : " ^5.0.0" ,
5353 "type-coverage" : " ^2.0.0" ,
5454 "typescript" : " ^5.0.0" ,
55- "xo" : " ^0.54 .0"
55+ "xo" : " ^0.55 .0"
5656 },
5757 "scripts" : {
5858 "prepack" : " npm run build && npm run format" ,
5959 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
60- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
60+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
6161 "test-api" : " node --conditions development test.js" ,
6262 "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
6363 "test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments