File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const findAndReplace =
93
93
94
94
return tree
95
95
96
- /** @type {import('unist-util-visit-parents').Visitor<Text > } */
96
+ /** @type {import('unist-util-visit-parents/complex-types ').BuildVisitor<Root, 'text' > } */
97
97
function visitor ( node , parents ) {
98
98
let index = - 1
99
99
/** @type {Parent|undefined } */
Original file line number Diff line number Diff line change 34
34
"dependencies" : {
35
35
"escape-string-regexp" : " ^5.0.0" ,
36
36
"unist-util-is" : " ^5.0.0" ,
37
- "unist-util-visit-parents" : " ^4 .0.0"
37
+ "unist-util-visit-parents" : " ^5 .0.0"
38
38
},
39
39
"devDependencies" : {
40
40
"@types/tape" : " ^4.0.0" ,
41
41
"c8" : " ^7.0.0" ,
42
42
"prettier" : " ^2.0.0" ,
43
- "remark-cli" : " ^9 .0.0" ,
44
- "remark-preset-wooorm" : " ^8 .0.0" ,
43
+ "remark-cli" : " ^10 .0.0" ,
44
+ "remark-preset-wooorm" : " ^9 .0.0" ,
45
45
"rimraf" : " ^3.0.0" ,
46
46
"tape" : " ^5.0.0" ,
47
47
"type-coverage" : " ^2.0.0" ,
48
48
"typescript" : " ^4.0.0" ,
49
49
"unist-builder" : " ^3.0.0" ,
50
- "xo" : " ^0.42 .0"
50
+ "xo" : " ^0.49 .0"
51
51
},
52
52
"scripts" : {
53
53
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments