Skip to content

Commit 6d3b2c7

Browse files
committed
Update dev-dependencies
1 parent 3b9d676 commit 6d3b2c7

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"stringify-entities": "^4.0.0"
3737
},
3838
"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",
4242
"remark-cli": "^11.0.0",
4343
"remark-preset-wooorm": "^9.0.0",
4444
"type-coverage": "^2.0.0",
45-
"typescript": "^4.0.0",
45+
"typescript": "^5.0.0",
4646
"unist-builder": "^3.0.0",
4747
"xastscript": "^3.0.0",
48-
"xo": "^0.53.0"
48+
"xo": "^0.55.0"
4949
},
5050
"scripts": {
5151
"prepack": "npm run build && npm run format",
5252
"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",
5454
"test-api": "node --conditions development test/index.js",
5555
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
5656
"test": "npm run build && npm run format && npm run test-coverage"
@@ -64,7 +64,10 @@
6464
"trailingComma": "none"
6565
},
6666
"xo": {
67-
"prettier": true
67+
"prettier": true,
68+
"rules": {
69+
"unicorn/prefer-string-replace-all": "off"
70+
}
6871
},
6972
"remarkConfig": {
7073
"plugins": [

0 commit comments

Comments
 (0)