Skip to content

Commit 32eb0ef

Browse files
committed
Update dev-dependencies
1 parent 2297027 commit 32eb0ef

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"unist-util-visit-parents": "^5.0.0"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^18.0.0",
42-
"c8": "^7.0.0",
41+
"@types/node": "^20.0.0",
42+
"c8": "^8.0.0",
4343
"hastscript": "^7.0.0",
44-
"prettier": "^2.0.0",
44+
"prettier": "^3.0.0",
4545
"remark-cli": "^11.0.0",
4646
"remark-preset-wooorm": "^9.0.0",
4747
"type-coverage": "^2.0.0",
48-
"typescript": "^4.0.0",
49-
"xo": "^0.53.0"
48+
"typescript": "^5.0.0",
49+
"xo": "^0.55.0"
5050
},
5151
"scripts": {
5252
"prepack": "npm run build && npm run format",
5353
"build": "tsc --build --clean && tsc --build && type-coverage",
54-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
54+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5555
"test-api": "node --conditions development test.js",
5656
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
5757
"test": "npm run build && npm run format && npm run test-coverage"
@@ -65,7 +65,10 @@
6565
"trailingComma": "none"
6666
},
6767
"xo": {
68-
"prettier": true
68+
"prettier": true,
69+
"rules": {
70+
"unicorn/prefer-at": "off"
71+
}
6972
},
7073
"remarkConfig": {
7174
"plugins": [

0 commit comments

Comments
 (0)