File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 36
36
"stringify-entities" : " ^4.0.0"
37
37
},
38
38
"devDependencies" : {
39
- "@types/node" : " ^18 .0.0" ,
40
- "c8" : " ^7 .0.0" ,
41
- "prettier" : " ^2 .0.0" ,
39
+ "@types/node" : " ^20 .0.0" ,
40
+ "c8" : " ^8 .0.0" ,
41
+ "prettier" : " ^3 .0.0" ,
42
42
"remark-cli" : " ^11.0.0" ,
43
43
"remark-preset-wooorm" : " ^9.0.0" ,
44
44
"type-coverage" : " ^2.0.0" ,
45
- "typescript" : " ^4 .0.0" ,
45
+ "typescript" : " ^5 .0.0" ,
46
46
"unist-builder" : " ^3.0.0" ,
47
47
"xastscript" : " ^3.0.0" ,
48
- "xo" : " ^0.53 .0"
48
+ "xo" : " ^0.55 .0"
49
49
},
50
50
"scripts" : {
51
51
"prepack" : " npm run build && npm run format" ,
52
52
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
53
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
53
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
54
54
"test-api" : " node --conditions development test/index.js" ,
55
55
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
56
56
"test" : " npm run build && npm run format && npm run test-coverage"
64
64
"trailingComma" : " none"
65
65
},
66
66
"xo" : {
67
- "prettier" : true
67
+ "prettier" : true ,
68
+ "rules" : {
69
+ "unicorn/prefer-string-replace-all" : " off"
70
+ }
68
71
},
69
72
"remarkConfig" : {
70
73
"plugins" : [
You can’t perform that action at this time.
0 commit comments