Skip to content

Commit b25870e

Browse files
committed
fix: Fix visit is not a function (#197)
1 parent d867ace commit b25870e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@
6060
"rehype-attr": "~2.0.7",
6161
"rehype-autolink-headings": "~6.1.1",
6262
"rehype-ignore": "^1.0.1",
63-
"rehype-prism-plus": "1.4.0",
63+
"rehype-prism-plus": "1.4.1",
6464
"rehype-raw": "~6.1.1",
6565
"rehype-rewrite": "~3.0.6",
6666
"rehype-slug": "~5.0.1",
67-
"remark-gfm": "~3.0.1"
67+
"remark-gfm": "~3.0.1",
68+
"unist-util-visit": "^4.1.0"
6869
},
6970
"devDependencies": {
7071
"@kkt/less-modules": "~7.2.0",

0 commit comments

Comments
 (0)