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 37
37
"hast-util-is-element" : " ^2.0.0"
38
38
},
39
39
"devDependencies" : {
40
- "@types/node" : " ^18 .0.0" ,
41
- "c8" : " ^7 .0.0" ,
42
- "prettier" : " ^2 .0.0" ,
40
+ "@types/node" : " ^20 .0.0" ,
41
+ "c8" : " ^8 .0.0" ,
42
+ "prettier" : " ^3 .0.0" ,
43
43
"remark-cli" : " ^11.0.0" ,
44
44
"remark-preset-wooorm" : " ^9.0.0" ,
45
45
"type-coverage" : " ^2.0.0" ,
46
- "typescript" : " ^4 .0.0" ,
47
- "xo" : " ^0.53 .0"
46
+ "typescript" : " ^5 .0.0" ,
47
+ "xo" : " ^0.55 .0"
48
48
},
49
49
"scripts" : {
50
50
"prepack" : " npm run build && npm run format" ,
51
51
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
52
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
52
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
53
53
"test-api" : " node --conditions development test.js" ,
54
54
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
55
55
"test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments