Skip to content

Commit 3dcac1b

Browse files
committed
Update dev-dependencies
1 parent 1d65860 commit 3dcac1b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
"@types/node": "^20.0.0",
4949
"acorn": "^8.0.0",
5050
"c8": "^8.0.0",
51-
"micromark-extension-mdx-expression": "^2.0.0",
52-
"prettier": "^2.0.0",
51+
"micromark-extension-mdx-expression": "^3.0.0",
52+
"prettier": "^3.0.0",
5353
"remark-cli": "^11.0.0",
5454
"remark-preset-wooorm": "^9.0.0",
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^5.0.0",
5757
"unist-util-remove-position": "^5.0.0",
58-
"xo": "^0.54.0"
58+
"xo": "^0.56.0"
5959
},
6060
"scripts": {
6161
"prepack": "npm run build && npm run format",
6262
"build": "tsc --build --clean && tsc --build && type-coverage",
63-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
63+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6464
"test-api-prod": "node --conditions production test.js",
6565
"test-api-dev": "node --conditions development test.js",
6666
"test-api": "npm run test-api-dev && npm run test-api-prod",
@@ -98,6 +98,9 @@
9898
}
9999
}
100100
],
101-
"prettier": true
101+
"prettier": true,
102+
"rules": {
103+
"unicorn/prefer-at": "off"
104+
}
102105
}
103106
}

0 commit comments

Comments
 (0)