Skip to content

Commit 7c40cb6

Browse files
committed
Update dev-dependencies
1 parent c87cd60 commit 7c40cb6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"unist-util-visit": "^4.0.0"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^18.0.0",
49-
"c8": "^7.0.0",
48+
"@types/node": "^20.0.0",
49+
"c8": "^8.0.0",
5050
"hast-util-to-html": "^8.0.4",
5151
"hastscript": "^7.0.0",
5252
"mdast-util-from-markdown": "^1.0.0",
5353
"mdast-util-gfm": "^2.0.0",
5454
"micromark-extension-gfm": "^2.0.0",
55-
"prettier": "^2.0.0",
55+
"prettier": "^3.0.0",
5656
"remark-cli": "^11.0.0",
5757
"remark-preset-wooorm": "^9.0.0",
5858
"type-coverage": "^2.0.0",
59-
"typescript": "^4.0.0",
60-
"xo": "^0.53.0"
59+
"typescript": "^5.0.0",
60+
"xo": "^0.55.0"
6161
},
6262
"scripts": {
6363
"prepack": "npm run build && npm run format",
6464
"build": "tsc --build --clean && tsc --build && type-coverage",
65-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
65+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6666
"test-api": "node --conditions development test/index.js",
6767
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6868
"test": "npm run build && npm run format && npm run test-coverage"
@@ -78,8 +78,10 @@
7878
"xo": {
7979
"prettier": true,
8080
"rules": {
81+
"import/no-cycle": "error",
8182
"max-depth": "off",
82-
"import/no-cycle": "error"
83+
"unicorn/prefer-at": "off",
84+
"unicorn/prefer-string-replace-all": "off"
8385
}
8486
},
8587
"remarkConfig": {

0 commit comments

Comments
 (0)