Skip to content

Commit c545bbd

Browse files
committed
Update dev-dependencies
1 parent e45aa69 commit c545bbd

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,29 @@
4242
"unified-engine": "^10.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/tape": "^4.0.0",
45+
"@types/minimist": "^1.0.0",
46+
"@types/tape": "^5.0.0",
4647
"@types/touch": "^3.0.0",
4748
"bail": "^2.0.0",
48-
"c8": "^7.0.0",
49-
"execa": "^6.0.0",
50-
"prettier": "^2.0.0",
49+
"c8": "^8.0.0",
50+
"execa": "^7.0.0",
51+
"prettier": "^3.0.0",
5152
"remark": "^14.0.0",
52-
"remark-cli": "^10.0.0",
53+
"remark-cli": "^11.0.0",
5354
"remark-preset-wooorm": "^9.0.0",
5455
"rimraf": "^3.0.0",
5556
"strip-ansi": "^7.0.0",
5657
"tape": "^5.0.0",
5758
"touch": "^3.0.0",
5859
"type-coverage": "^2.0.0",
59-
"typescript": "^4.0.0",
60+
"typescript": "^5.0.0",
6061
"unified": "^10.0.0",
6162
"vfile-reporter-json": "^3.0.0",
62-
"xo": "^0.50.0"
63+
"xo": "^0.56.0"
6364
},
6465
"scripts": {
6566
"build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage",
66-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
67+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6768
"test-api": "node --conditions development test/index.js",
6869
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
6970
"test": "npm run build && npm run format && npm run test-coverage"
@@ -77,7 +78,11 @@
7778
"trailingComma": "none"
7879
},
7980
"xo": {
80-
"prettier": true
81+
"prettier": true,
82+
"rules": {
83+
"unicorn/prefer-at": "off",
84+
"unicorn/prefer-string-replace-all": "off"
85+
}
8186
},
8287
"remarkConfig": {
8388
"plugins": [

0 commit comments

Comments
 (0)