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 5454 },
5555 "devDependencies" : {
5656 "@types/node" : " ^20.0.0" ,
57- "c8" : " ^7 .0.0" ,
57+ "c8" : " ^8 .0.0" ,
5858 "hast-util-from-html" : " ^1.0.0" ,
5959 "hastscript" : " ^7.0.0" ,
6060 "is-hidden" : " ^2.0.0" ,
6363 "mdast-util-gfm" : " ^2.0.0" ,
6464 "mdast-util-to-markdown" : " ^1.0.0" ,
6565 "micromark-extension-gfm" : " ^2.0.0" ,
66- "prettier" : " ^2 .0.0" ,
66+ "prettier" : " ^3 .0.0" ,
6767 "remark-cli" : " ^11.0.0" ,
6868 "remark-preset-wooorm" : " ^9.0.0" ,
6969 "type-coverage" : " ^2.0.0" ,
7070 "typescript" : " ^5.0.0" ,
7171 "unist-builder" : " ^3.0.0" ,
7272 "unist-util-remove-position" : " ^4.0.0" ,
73- "xo" : " ^0.54 .0"
73+ "xo" : " ^0.55 .0"
7474 },
7575 "scripts" : {
7676 "prepack" : " npm run build && npm run format" ,
7777 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
78- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
78+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
7979 "test-api" : " node --conditions development test/index.js" ,
8080 "test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
8181 "test" : " npm run build && npm run format && npm run test-coverage"
9191 "xo" : {
9292 "prettier" : true ,
9393 "rules" : {
94- "max-depth" : " off"
94+ "max-depth" : " off" ,
95+ "unicorn/prefer-at" : " off" ,
96+ "unicorn/prefer-string-replace-all" : " off"
9597 },
9698 "overrides" : [
9799 {
You can’t perform that action at this time.
0 commit comments