File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import type { Node , Parent } from 'unist'
1
+ import type { Node } from 'unist'
2
2
3
3
type MatchesOne < Value , Check > =
4
4
// Is this a node?
Original file line number Diff line number Diff line change 41
41
"@types/mdast" : " ^4.0.0" ,
42
42
"@types/node" : " ^20.0.0" ,
43
43
"c8" : " ^8.0.0" ,
44
- "prettier" : " ^2 .0.0" ,
44
+ "prettier" : " ^3 .0.0" ,
45
45
"remark-cli" : " ^11.0.0" ,
46
46
"remark-preset-wooorm" : " ^9.0.0" ,
47
47
"tsd" : " ^0.28.0" ,
48
48
"type-coverage" : " ^2.0.0" ,
49
49
"typescript" : " ^5.0.0" ,
50
50
"unist-builder" : " ^4.0.0" ,
51
- "xo" : " ^0.54 .0"
51
+ "xo" : " ^0.56 .0"
52
52
},
53
53
"scripts" : {
54
54
"prepack" : " npm run build && npm run format" ,
55
55
"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" ,
57
57
"test-api" : " node --conditions development test.js" ,
58
58
"test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
59
59
"test" : " npm run build && npm run format && npm run test-coverage"
You can’t perform that action at this time.
0 commit comments