Skip to content

Commit 9039274

Browse files
committed
Update @types/unist
1 parent b9ba870 commit 9039274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {convert} from 'unist-util-is'
1616
* @overload
1717
* @param {Parent} parent
1818
* @param {Node | number} index
19-
* @param {import('unist-util-is').PredicateTest<Kind>} test
19+
* @param {import('unist-util-is').Test} test
2020
* @returns {Kind | undefined}
2121
*
2222
* @overload

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"index.js"
3232
],
3333
"dependencies": {
34-
"@types/unist": "^2.0.0",
35-
"unist-util-is": "^5.0.0"
34+
"@types/unist": "^3.0.0",
35+
"unist-util-is": "^6.0.0"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)