File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 "@types/hast" : " ^2.0.0"
4040 },
4141 "devDependencies" : {
42- "@types/node" : " ^18 .0.0" ,
43- "c8" : " ^7 .0.0" ,
42+ "@types/node" : " ^20 .0.0" ,
43+ "c8" : " ^8 .0.0" ,
4444 "deepmerge" : " ^4.0.0" ,
4545 "hast-util-to-html" : " ^8.0.0" ,
4646 "hastscript" : " ^7.0.0" ,
47- "prettier" : " ^2 .0.0" ,
47+ "prettier" : " ^3 .0.0" ,
4848 "remark-cli" : " ^11.0.0" ,
4949 "remark-preset-wooorm" : " ^9.0.0" ,
5050 "type-coverage" : " ^2.0.0" ,
51- "typescript" : " ^4 .0.0" ,
51+ "typescript" : " ^5 .0.0" ,
5252 "unist-builder" : " ^3.0.0" ,
53- "xo" : " ^0.53 .0"
53+ "xo" : " ^0.55 .0"
5454 },
5555 "scripts" : {
5656 "prepack" : " npm run build && npm run format" ,
5757 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
58- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
58+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
5959 "test-api" : " node --conditions development test.js" ,
6060 "test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
6161 "test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments