Skip to content

Commit 6e0fa13

Browse files
committed
Update dev-dependencies
1 parent 88c0229 commit 6e0fa13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/complex-types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {Node, Parent} from 'unist'
1+
import type {Node} from 'unist'
22

33
type MatchesOne<Value, Check> =
44
// Is this a node?

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@types/mdast": "^4.0.0",
4242
"@types/node": "^20.0.0",
4343
"c8": "^8.0.0",
44-
"prettier": "^2.0.0",
44+
"prettier": "^3.0.0",
4545
"remark-cli": "^11.0.0",
4646
"remark-preset-wooorm": "^9.0.0",
4747
"tsd": "^0.28.0",
4848
"type-coverage": "^2.0.0",
4949
"typescript": "^5.0.0",
5050
"unist-builder": "^4.0.0",
51-
"xo": "^0.54.0"
51+
"xo": "^0.56.0"
5252
},
5353
"scripts": {
5454
"prepack": "npm run build && npm run format",
5555
"build": "tsc --build --clean && tsc --build && tsd && type-coverage",
56-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
56+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5757
"test-api": "node --conditions development test.js",
5858
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
5959
"test": "npm run build && npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)