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 48
48
"zwitch" : " ^2.0.0"
49
49
},
50
50
"devDependencies" : {
51
- "@types/node" : " ^18 .0.0" ,
52
- "c8" : " ^7 .0.0" ,
51
+ "@types/node" : " ^20 .0.0" ,
52
+ "c8" : " ^8 .0.0" ,
53
53
"hast-util-to-html" : " ^8.0.0" ,
54
54
"hastscript" : " ^7.0.0" ,
55
55
"mdast-util-from-markdown" : " ^1.0.0" ,
56
- "prettier" : " ^2 .0.0" ,
56
+ "prettier" : " ^3 .0.0" ,
57
57
"remark-cli" : " ^11.0.0" ,
58
58
"remark-preset-wooorm" : " ^9.0.0" ,
59
59
"type-coverage" : " ^2.0.0" ,
60
- "typescript" : " ^4 .0.0" ,
60
+ "typescript" : " ^5 .0.0" ,
61
61
"unist-builder" : " ^3.0.0" ,
62
- "xo" : " ^0.53 .0"
62
+ "xo" : " ^0.55 .0"
63
63
},
64
64
"scripts" : {
65
65
"prepack" : " npm run build && npm run format" ,
66
66
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
67
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
67
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
68
68
"test-api" : " node --conditions development test.js" ,
69
69
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
70
70
"test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments