File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 4343 },
4444 "devDependencies" : {
4545 "@types/node" : " ^20.0.0" ,
46- "c8" : " ^7 .0.0" ,
46+ "c8" : " ^8 .0.0" ,
4747 "mdast-util-from-markdown" : " ^1.0.0" ,
4848 "micromark-extension-math" : " ^2.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 "type-coverage" : " ^2.0.0" ,
5353 "typescript" : " ^5.0.0" ,
54- "xo" : " ^0.54 .0"
54+ "xo" : " ^0.55 .0"
5555 },
5656 "scripts" : {
5757 "prepack" : " npm run build && npm run format" ,
5858 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
59- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
59+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
6060 "test-api" : " node --conditions development test.js" ,
6161 "test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
6262 "test" : " npm run build && npm run format && npm run test-coverage"
7272 "xo" : {
7373 "prettier" : true ,
7474 "rules" : {
75- "@typescript-eslint/ban-types" : " off"
75+ "@typescript-eslint/ban-types" : " off" ,
76+ "unicorn/prefer-at" : " off" ,
77+ "unicorn/prefer-string-replace-all" : " off"
7678 }
7779 },
7880 "remarkConfig" : {
You can’t perform that action at this time.
0 commit comments