Skip to content

Commit b6a190d

Browse files
committed
Update dev-dependencies
1 parent f401ece commit b6a190d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
},
4444
"devDependencies": {
4545
"@types/node": "^20.0.0",
46-
"c8": "^7.0.0",
46+
"c8": "^8.0.0",
4747
"mdast-util-from-markdown": "^1.0.0",
4848
"micromark-extension-math": "^2.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
"type-coverage": "^2.0.0",
5353
"typescript": "^5.0.0",
54-
"xo": "^0.54.0"
54+
"xo": "^0.55.0"
5555
},
5656
"scripts": {
5757
"prepack": "npm run build && npm run format",
5858
"build": "tsc --build --clean && tsc --build && type-coverage",
59-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
59+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6060
"test-api": "node --conditions development test.js",
6161
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6262
"test": "npm run build && npm run format && npm run test-coverage"
@@ -72,7 +72,9 @@
7272
"xo": {
7373
"prettier": true,
7474
"rules": {
75-
"@typescript-eslint/ban-types": "off"
75+
"@typescript-eslint/ban-types": "off",
76+
"unicorn/prefer-at": "off",
77+
"unicorn/prefer-string-replace-all": "off"
7678
}
7779
},
7880
"remarkConfig": {

0 commit comments

Comments
 (0)