chore: solve the use of pnpm not part of the package (#38)

This commit is contained in:
fw_qaq 2022-11-09 23:33:40 +08:00 committed by GitHub
parent f2f1ef8c52
commit dbf8ac4fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,14 @@
"recursive-readdir-files": "^2.3.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-document": "^6.1.0",
"rehype-parse": "^8.0.4",
"rehype-raw": "^6.1.1",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^5.0.1",
"remark-gemoji": "^7.0.1"
"remark-gemoji": "^7.0.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"vfile": "^5.3.5"
},
"engines": {
"node": ">=16.0.0"