Skip to content

Commit 30737f5

Browse files
committed
Update @types/unist
1 parent 75570bf commit 30737f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"index.js"
4242
],
4343
"dependencies": {
44-
"@types/unist": "^2.0.0",
45-
"unist-util-visit": "^4.0.0"
44+
"@types/unist": "^3.0.0",
45+
"unist-util-visit": "^5.0.0"
4646
},
4747
"devDependencies": {
4848
"@types/node": "^20.0.0",
@@ -52,8 +52,8 @@
5252
"remark-preset-wooorm": "^9.0.0",
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^5.0.0",
55-
"unist-builder": "^3.0.0",
56-
"unist-util-select": "^4.0.0",
55+
"unist-builder": "^4.0.0",
56+
"unist-util-select": "^5.0.0",
5757
"xo": "^0.54.0"
5858
},
5959
"scripts": {

0 commit comments

Comments
 (0)