Skip to content

Commit e9a70cf

Browse files
committed
Update dev-dependencies
1 parent 75254e9 commit e9a70cf

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
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/node": "^20.0.0",
57-
"c8": "^7.0.0",
57+
"c8": "^8.0.0",
5858
"hast-util-from-html": "^1.0.0",
5959
"hastscript": "^7.0.0",
6060
"is-hidden": "^2.0.0",
@@ -63,19 +63,19 @@
6363
"mdast-util-gfm": "^2.0.0",
6464
"mdast-util-to-markdown": "^1.0.0",
6565
"micromark-extension-gfm": "^2.0.0",
66-
"prettier": "^2.0.0",
66+
"prettier": "^3.0.0",
6767
"remark-cli": "^11.0.0",
6868
"remark-preset-wooorm": "^9.0.0",
6969
"type-coverage": "^2.0.0",
7070
"typescript": "^5.0.0",
7171
"unist-builder": "^3.0.0",
7272
"unist-util-remove-position": "^4.0.0",
73-
"xo": "^0.54.0"
73+
"xo": "^0.55.0"
7474
},
7575
"scripts": {
7676
"prepack": "npm run build && npm run format",
7777
"build": "tsc --build --clean && tsc --build && type-coverage",
78-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
78+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
7979
"test-api": "node --conditions development test/index.js",
8080
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
8181
"test": "npm run build && npm run format && npm run test-coverage"
@@ -91,7 +91,9 @@
9191
"xo": {
9292
"prettier": true,
9393
"rules": {
94-
"max-depth": "off"
94+
"max-depth": "off",
95+
"unicorn/prefer-at": "off",
96+
"unicorn/prefer-string-replace-all": "off"
9597
},
9698
"overrides": [
9799
{

0 commit comments

Comments
 (0)