File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
"@types/hast" : " ^2.0.0"
45
45
},
46
46
"devDependencies" : {
47
- "@types/node" : " ^18 .0.0" ,
48
- "c8" : " ^7 .0.0" ,
49
- "prettier" : " ^2 .0.0" ,
47
+ "@types/node" : " ^20 .0.0" ,
48
+ "c8" : " ^8 .0.0" ,
49
+ "prettier" : " ^3 .0.0" ,
50
50
"remark-cli" : " ^11.0.0" ,
51
51
"remark-preset-wooorm" : " ^9.0.0" ,
52
- "tsd" : " ^0.25 .0" ,
52
+ "tsd" : " ^0.28 .0" ,
53
53
"type-coverage" : " ^2.0.0" ,
54
- "typescript" : " ^4 .0.0" ,
55
- "xo" : " ^0.53 .0"
54
+ "typescript" : " ^5 .0.0" ,
55
+ "xo" : " ^0.55 .0"
56
56
},
57
57
"scripts" : {
58
58
"prepack" : " npm run build && npm run format" ,
59
59
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
60
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
60
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
61
61
"test-api" : " node --conditions development test.js" ,
62
62
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
63
63
"test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments