Skip to content

Commit

Permalink
Update @types/unist
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 7, 2023
1 parent b9ba870 commit 9039274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {convert} from 'unist-util-is'
* @overload
* @param {Parent} parent
* @param {Node | number} index
* @param {import('unist-util-is').PredicateTest<Kind>} test
* @param {import('unist-util-is').Test} test
* @returns {Kind | undefined}
*
* @overload
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"index.js"
],
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-is": "^5.0.0"
"@types/unist": "^3.0.0",
"unist-util-is": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
Expand Down

0 comments on commit 9039274

Please sign in to comment.