Skip to content

Commit c229dda

Browse files
committed
Update dev-dependencies
1 parent 6e463f4 commit c229dda

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/node": "^20.0.0",
6666
"@vue/babel-plugin-jsx": "^1.0.0",
6767
"acorn-jsx": "^5.0.0",
68-
"c8": "^7.0.0",
68+
"c8": "^8.0.0",
6969
"esast-util-from-js": "^1.0.0",
7070
"estree-to-babel": "^5.0.0",
7171
"estree-util-to-js": "^1.0.0",
@@ -75,18 +75,18 @@
7575
"mdast-util-mdx": "^2.0.0",
7676
"mdast-util-to-hast": "^12.0.0",
7777
"micromark-extension-mdxjs": "^1.0.0",
78-
"prettier": "^2.0.0",
78+
"prettier": "^3.0.0",
7979
"remark-cli": "^11.0.0",
8080
"remark-preset-wooorm": "^9.0.0",
8181
"type-coverage": "^2.0.0",
8282
"typescript": "^5.0.0",
8383
"unist-util-visit": "^4.0.0",
84-
"xo": "^0.54.0"
84+
"xo": "^0.55.0"
8585
},
8686
"scripts": {
8787
"prepack": "npm run build && npm run format",
8888
"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",
9090
"test-api": "node --conditions development test.js",
9191
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
9292
"test": "npm run build && npm run format && npm run test-coverage"
@@ -102,7 +102,8 @@
102102
"xo": {
103103
"prettier": true,
104104
"rules": {
105-
"unicorn/prefer-code-point": "off"
105+
"unicorn/prefer-code-point": "off",
106+
"unicorn/prefer-string-replace-all": "off"
106107
}
107108
},
108109
"remarkConfig": {

0 commit comments

Comments
 (0)