Skip to content

Commit a342b6f

Browse files
committed
Add missing type dependency
1 parent 93eda07 commit a342b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"nlcst-emoticon-modifier": "^3.0.0",
4040
"nlcst-to-string": "^4.0.0",
4141
"unist-util-generated": "^3.0.0",
42-
"unist-util-position": "^5.0.0"
42+
"unist-util-position": "^5.0.0",
43+
"unist-util-visit-parents": "^6.0.0"
4344
},
4445
"devDependencies": {
4546
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)