Skip to content

Commit 5e61280

Browse files
committed
Update dev-dependencies
1 parent 8d2645d commit 5e61280

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎package.json‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@
4646
"@types/mdast": "^3.0.0",
4747
"@types/node": "^20.0.0",
4848
"@types/unist": "^2.0.0",
49-
"c8": "^7.0.0",
49+
"c8": "^8.0.0",
5050
"chalk": "^5.0.0",
5151
"estree-util-is-identifier-name": "^2.0.0",
5252
"mdast-zone": "^5.0.0",
53-
"prettier": "^2.0.0",
53+
"prettier": "^3.0.0",
5454
"rehype": "^12.0.0",
5555
"remark-cli": "^11.0.0",
5656
"remark-preset-wooorm": "^9.0.0",
5757
"type-coverage": "^2.0.0",
5858
"typescript": "^5.0.0",
5959
"unist-builder": "^3.0.0",
6060
"unist-util-remove-position": "^4.0.0",
61-
"xo": "^0.54.0"
61+
"xo": "^0.56.0"
6262
},
6363
"scripts": {
6464
"prepack": "npm run generate && npm run build && npm run format",
6565
"generate": "node --conditions development script/build-registry.js",
6666
"build": "tsc --build --clean && tsc --build && type-coverage",
67-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
67+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6868
"test-api": "node --conditions development test/index.js",
6969
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
7070
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
@@ -80,7 +80,8 @@
8080
"xo": {
8181
"prettier": true,
8282
"rules": {
83-
"n/file-extension-in-import": "off"
83+
"n/file-extension-in-import": "off",
84+
"unicorn/prefer-at": "off"
8485
}
8586
},
8687
"remarkConfig": {

0 commit comments

Comments
 (0)