File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const findAndReplace =
9393
9494 return tree
9595
96- /** @type {import('unist-util-visit-parents').Visitor<Text > } */
96+ /** @type {import('unist-util-visit-parents/complex-types ').BuildVisitor<Root, 'text' > } */
9797 function visitor ( node , parents ) {
9898 let index = - 1
9999 /** @type {Parent|undefined } */
Original file line number Diff line number Diff line change 3434 "dependencies" : {
3535 "escape-string-regexp" : " ^5.0.0" ,
3636 "unist-util-is" : " ^5.0.0" ,
37- "unist-util-visit-parents" : " ^4 .0.0"
37+ "unist-util-visit-parents" : " ^5 .0.0"
3838 },
3939 "devDependencies" : {
4040 "@types/tape" : " ^4.0.0" ,
4141 "c8" : " ^7.0.0" ,
4242 "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" ,
4545 "rimraf" : " ^3.0.0" ,
4646 "tape" : " ^5.0.0" ,
4747 "type-coverage" : " ^2.0.0" ,
4848 "typescript" : " ^4.0.0" ,
4949 "unist-builder" : " ^3.0.0" ,
50- "xo" : " ^0.42 .0"
50+ "xo" : " ^0.49 .0"
5151 },
5252 "scripts" : {
5353 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments