Skip to content

Commit dbf8ac4

Browse files
authored
chore: solve the use of pnpm not part of the package (jaywcjlove#38)
1 parent f2f1ef8 commit dbf8ac4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@
3030
"recursive-readdir-files": "^2.3.0",
3131
"rehype-autolink-headings": "^6.1.1",
3232
"rehype-document": "^6.1.0",
33+
"rehype-parse": "^8.0.4",
34+
"rehype-raw": "^6.1.1",
35+
"rehype-rewrite": "^3.0.6",
3336
"rehype-slug": "^5.0.1",
34-
"remark-gemoji": "^7.0.1"
37+
"remark-gemoji": "^7.0.1",
38+
"unified": "^10.1.2",
39+
"unist-util-visit": "^4.1.1",
40+
"vfile": "^5.3.5"
3541
},
3642
"engines": {
3743
"node": ">=16.0.0"

0 commit comments

Comments
 (0)