Skip to content

Commit 31d6b3d

Browse files
committed
Update dev-dependencies
1 parent 09934b3 commit 31d6b3d

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
"unist-util-position": "^4.0.0"
4242
},
4343
"devDependencies": {
44-
"@types/tape": "^4.0.0",
45-
"c8": "^7.0.0",
46-
"prettier": "^2.0.0",
47-
"remark-cli": "^10.0.0",
44+
"@types/tape": "^5.0.0",
45+
"c8": "^8.0.0",
46+
"prettier": "^3.0.0",
47+
"remark-cli": "^11.0.0",
4848
"remark-preset-wooorm": "^9.0.0",
4949
"retext": "^8.0.0",
5050
"rimraf": "^3.0.0",
5151
"tape": "^5.0.0",
5252
"type-coverage": "^2.0.0",
53-
"typescript": "^4.0.0",
54-
"xo": "^0.50.0"
53+
"typescript": "^5.0.0",
54+
"xo": "^0.56.0"
5555
},
5656
"scripts": {
5757
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
58-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
58+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5959
"test-api": "node --conditions development test.js",
6060
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test.js",
6161
"test": "npm run build && npm run format && npm run test-coverage"
@@ -69,7 +69,11 @@
6969
"trailingComma": "none"
7070
},
7171
"xo": {
72-
"prettier": true
72+
"prettier": true,
73+
"rules": {
74+
"unicorn/prefer-at": "off",
75+
"unicorn/prefer-string-replace-all": "off"
76+
}
7377
},
7478
"remarkConfig": {
7579
"plugins": [

0 commit comments

Comments
 (0)