Skip to content

Commit 7a76496

Browse files
committed
Update dev-dependencies
1 parent 3c9469a commit 7a76496

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

package.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@
4747
"zwitch": "^2.0.4"
4848
},
4949
"devDependencies": {
50-
"@types/node": "^18.0.0",
51-
"c8": "^7.0.0",
50+
"@types/node": "^20.0.0",
51+
"c8": "^8.0.0",
5252
"hastscript": "^7.0.0",
53-
"prettier": "^2.0.0",
53+
"prettier": "^3.0.0",
5454
"remark-cli": "^11.0.0",
5555
"remark-preset-wooorm": "^9.0.0",
5656
"type-coverage": "^2.0.0",
57-
"typescript": "^4.0.0",
57+
"typescript": "^5.0.0",
5858
"unist-builder": "^3.0.0",
59-
"xo": "^0.53.0"
59+
"xo": "^0.55.0"
6060
},
6161
"scripts": {
6262
"prepack": "npm run build && npm run format",
6363
"build": "tsc --build --clean && tsc --build && type-coverage",
64-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
64+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6565
"test-api": "node --conditions development test/index.js",
6666
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6767
"test": "npm run build && npm run format && npm run test-coverage"
@@ -75,7 +75,11 @@
7575
"trailingComma": "none"
7676
},
7777
"xo": {
78-
"prettier": true
78+
"prettier": true,
79+
"rules": {
80+
"unicorn/prefer-at": "off",
81+
"unicorn/prefer-string-replace-all": "off"
82+
}
7983
},
8084
"remarkConfig": {
8185
"plugins": [

0 commit comments

Comments
 (0)