|
35 | 35 | "index.js" |
36 | 36 | ], |
37 | 37 | "devDependencies": { |
38 | | -"@types/node":"^18.0.0", |
39 | | -"c8":"^7.0.0", |
40 | | -"prettier":"^2.0.0", |
| 38 | +"@types/node":"^20.0.0", |
| 39 | +"c8":"^8.0.0", |
| 40 | +"prettier":"^3.0.0", |
41 | 41 | "remark-cli":"^11.0.0", |
42 | 42 | "remark-preset-wooorm":"^9.0.0", |
43 | 43 | "type-coverage":"^2.0.0", |
44 | | -"typescript":"^4.0.0", |
45 | | -"xo":"^0.53.0" |
| 44 | +"typescript":"^5.0.0", |
| 45 | +"xo":"^0.55.0" |
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | 48 | "prepack":"npm run build && npm run format", |
49 | 49 | "build":"tsc --build --clean && tsc --build && type-coverage", |
50 | | -"format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 50 | +"format":"remark . -qfo && prettier . -w --log-level warn && xo --fix", |
51 | 51 | "test-api":"node --conditions development test.js", |
52 | 52 | "test-coverage":"c8 --check-coverage --100 --reporter lcov npm run test-api", |
53 | 53 | "test":"npm run build && npm run format && npm run test-coverage" |
|
61 | 61 | "trailingComma":"none" |
62 | 62 | }, |
63 | 63 | "xo": { |
64 | | -"prettier":true |
| 64 | +"prettier":true, |
| 65 | +"rules": { |
| 66 | +"unicorn/prefer-string-replace-all":"off" |
| 67 | + } |
65 | 68 | }, |
66 | 69 | "remarkConfig": { |
67 | 70 | "plugins": [ |
|