Skip to content

Commit 8c21532

Browse files
committed
Update dev-dependencies
1 parent 9b0f577 commit 8c21532

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
"web-namespaces": "^2.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^18.0.0",
46-
"c8": "^7.0.0",
45+
"@types/node": "^20.0.0",
46+
"c8": "^8.0.0",
4747
"is-hidden": "^2.0.0",
4848
"parse5": "^7.0.0",
49-
"prettier": "^2.0.0",
49+
"prettier": "^3.0.0",
5050
"remark-cli": "^11.0.0",
5151
"remark-preset-wooorm": "^9.0.0",
5252
"to-vfile": "^7.0.0",
5353
"type-coverage": "^2.0.0",
54-
"typescript": "^4.0.0",
54+
"typescript": "^5.0.0",
5555
"unist-util-visit": "^4.0.0",
56-
"xo": "^0.53.0"
56+
"xo": "^0.55.0"
5757
},
5858
"scripts": {
5959
"prepack": "npm run build && npm run format",
6060
"build": "tsc --build --clean && tsc --build && type-coverage",
61-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6262
"test-api": "node --conditions development test/index.js",
6363
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6464
"test": "npm run build && npm run format && npm run test-coverage"
@@ -74,13 +74,14 @@
7474
"xo": {
7575
"prettier": true,
7676
"rules": {
77-
"max-depth": "off"
77+
"max-depth": "off",
78+
"unicorn/prefer-at": "off"
7879
},
7980
"overrides": [
8081
{
8182
"files": "test/**/*.js",
8283
"rules": {
83-
"no-await-in-loop": 0
84+
"no-await-in-loop": "off"
8485
}
8586
}
8687
]

0 commit comments

Comments
 (0)