Skip to content

Commit f4fd134

Browse files
committed
Update dev-dependencies
1 parent 655f117 commit f4fd134

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@
5050
"@types/node": "^20.0.0",
5151
"c8": "^8.0.0",
5252
"mdast-util-from-markdown": "^2.0.0",
53-
"prettier": "^2.0.0",
53+
"prettier": "^3.0.0",
5454
"remark-cli": "^11.0.0",
5555
"remark-preset-wooorm": "^9.0.0",
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^5.0.0",
5858
"unist-util-remove-position": "^5.0.0",
59-
"xo": "^0.54.0"
59+
"xo": "^0.55.0"
6060
},
6161
"scripts": {
6262
"prepack": "npm run build && npm run format",
6363
"build": "tsc --build --clean && tsc --build && type-coverage",
64-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
64+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6565
"test-api": "node --conditions development test/index.js",
6666
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
6767
"test": "npm run build && npm run format && npm run test-coverage"
@@ -102,6 +102,7 @@
102102
"prettier": true,
103103
"rules": {
104104
"complexity": "off",
105+
"unicorn/prefer-at": "off",
105106
"unicorn/prefer-code-point": "off"
106107
}
107108
}

0 commit comments

Comments
 (0)