|
65 | 65 | "@types/node": "^20.0.0",
|
66 | 66 | "@vue/babel-plugin-jsx": "^1.0.0",
|
67 | 67 | "acorn-jsx": "^5.0.0",
|
68 |
| - "c8": "^7.0.0", |
| 68 | + "c8": "^8.0.0", |
69 | 69 | "esast-util-from-js": "^1.0.0",
|
70 | 70 | "estree-to-babel": "^5.0.0",
|
71 | 71 | "estree-util-to-js": "^1.0.0",
|
|
75 | 75 | "mdast-util-mdx": "^2.0.0",
|
76 | 76 | "mdast-util-to-hast": "^12.0.0",
|
77 | 77 | "micromark-extension-mdxjs": "^1.0.0",
|
78 |
| - "prettier": "^2.0.0", |
| 78 | + "prettier": "^3.0.0", |
79 | 79 | "remark-cli": "^11.0.0",
|
80 | 80 | "remark-preset-wooorm": "^9.0.0",
|
81 | 81 | "type-coverage": "^2.0.0",
|
82 | 82 | "typescript": "^5.0.0",
|
83 | 83 | "unist-util-visit": "^4.0.0",
|
84 |
| - "xo": "^0.54.0" |
| 84 | + "xo": "^0.55.0" |
85 | 85 | },
|
86 | 86 | "scripts": {
|
87 | 87 | "prepack": "npm run build && npm run format",
|
88 | 88 | "build": "tsc --build --clean && tsc --build && type-coverage",
|
89 |
| - "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix", |
| 89 | + "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix", |
90 | 90 | "test-api": "node --conditions development test.js",
|
91 | 91 | "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
|
92 | 92 | "test": "npm run build && npm run format && npm run test-coverage"
|
|
102 | 102 | "xo": {
|
103 | 103 | "prettier": true,
|
104 | 104 | "rules": {
|
105 |
| - "unicorn/prefer-code-point": "off" |
| 105 | + "unicorn/prefer-code-point": "off", |
| 106 | + "unicorn/prefer-string-replace-all": "off" |
106 | 107 | }
|
107 | 108 | },
|
108 | 109 | "remarkConfig": {
|
|
0 commit comments