Skip to content

Commit ae00b80

Browse files
committed
Update dev-dependencies
1 parent 6e422a2 commit ae00b80

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,18 @@
5353
"astring": "^1.0.0",
5454
"c8": "^8.0.0",
5555
"escodegen": "^2.0.0",
56-
"nyc": "^15.0.0",
57-
"prettier": "^2.0.0",
58-
"recast": "^0.22.0",
56+
"prettier": "^3.0.0",
57+
"recast": "^0.23.0",
5958
"remark-cli": "^11.0.0",
6059
"remark-preset-wooorm": "^9.0.0",
6160
"type-coverage": "^2.0.0",
6261
"typescript": "^5.0.0",
63-
"xo": "^0.54.0"
62+
"xo": "^0.55.0"
6463
},
6564
"scripts": {
6665
"prepack": "npm run build && npm run format",
6766
"build": "tsc --build --clean && tsc --build && type-coverage",
68-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
67+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6968
"test-api": "node --conditions development test.js",
7069
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
7170
"test": "npm run build && npm run format && npm run test-coverage"
@@ -79,7 +78,10 @@
7978
"trailingComma": "none"
8079
},
8180
"xo": {
82-
"prettier": true
81+
"prettier": true,
82+
"rules": {
83+
"unicorn/prefer-string-replace-all": "off"
84+
}
8385
},
8486
"remarkConfig": {
8587
"plugins": [

0 commit comments

Comments
 (0)