Skip to content

Commit 91092e5

Browse files
committed
Update dev-dependencies
1 parent f7174da commit 91092e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @typedef {import('mdast').BlockContent} BlockContent
3+
* @typedef {import('mdast').Root} Root
34
* @typedef {import('mdast').Paragraph} Paragraph
45
* @typedef {import('mdast-util-from-markdown').Handle} FromMarkdownHandle
56
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
@@ -390,7 +391,7 @@ function fence(node) {
390391

391392
return ':'.repeat(size)
392393

393-
/** @type {import('unist-util-visit-parents').Visitor<Directive>} */
394+
/** @type {import('unist-util-visit-parents/complex-types').BuildVisitor<Root, Directive>} */
394395
function onvisit(_, parents) {
395396
let index = parents.length
396397
let nesting = 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^4.0.0",
5757
"unist-util-remove-position": "^4.0.0",
58-
"xo": "^0.44.0"
58+
"xo": "^0.45.0"
5959
},
6060
"scripts": {
6161
"build": "rimraf \"{index,test}.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)