Skip to content

Commit 7dcdf90

Browse files
committed
Update @types/unist
1 parent 4b1c744 commit 7dcdf90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"index.js"
3434
],
3535
"dependencies": {
36-
"@types/unist": "^2.0.0",
37-
"unist-util-is": "^5.0.0",
38-
"unist-util-visit-parents": "^5.0.0"
36+
"@types/unist": "^3.0.0",
37+
"unist-util-is": "^6.0.0",
38+
"unist-util-visit-parents": "^6.0.0"
3939
},
4040
"devDependencies": {
41-
"@types/mdast": "^3.0.0",
41+
"@types/mdast": "^4.0.0",
4242
"@types/node": "^20.0.0",
4343
"c8": "^8.0.0",
4444
"prettier": "^2.0.0",
@@ -47,7 +47,7 @@
4747
"tsd": "^0.28.0",
4848
"type-coverage": "^2.0.0",
4949
"typescript": "^5.0.0",
50-
"unist-builder": "^3.0.0",
50+
"unist-builder": "^4.0.0",
5151
"xo": "^0.54.0"
5252
},
5353
"scripts": {

0 commit comments

Comments
 (0)