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