Move the rest of the Markdown missing dependencies
This commit is contained in:
parent
5387b5256c
commit
0d061265b2
2 changed files with 6 additions and 16 deletions
|
@ -18,24 +18,22 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@silvenon/remark-smartypants": "^1.0.0",
|
||||
"github-slugger": "^1.3.0",
|
||||
"gray-matter": "^4.0.2",
|
||||
"mdast-util-mdx-expression": "^1.0.0",
|
||||
"micromark-extension-mdx-expression": "^1.0.0",
|
||||
"rehype-raw": "^5.1.0",
|
||||
"rehype-stringify": "^8.0.0",
|
||||
"remark-footnotes": "^3.0.0",
|
||||
"remark-gfm": "^1.0.0",
|
||||
"remark-parse": "^9.0.0",
|
||||
"rehype-raw": "^5.1.0",
|
||||
"remark-rehype": "^8.1.0",
|
||||
"remark-slug": "^6.1.0",
|
||||
"unified": "^9.2.1",
|
||||
"unist-util-map": "^3.0.0"
|
||||
"unist-util-map": "^3.0.0",
|
||||
"unist-util-visit": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"github-slugger": "^1.3.0",
|
||||
"rehype-parse": "^7.0.1",
|
||||
"rehype-stringify": "^8.0.0",
|
||||
"unified": "^9.2.1",
|
||||
"unist-util-visit": "^3.1.0"
|
||||
"@types/github-slugger": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8221,14 +8221,6 @@ rehype-add-classes@^1.0.0:
|
|||
dependencies:
|
||||
hast-util-select "^1.0.1"
|
||||
|
||||
rehype-parse@^7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-7.0.1.tgz#58900f6702b56767814afc2a9efa2d42b1c90c57"
|
||||
integrity sha512-fOiR9a9xH+Le19i4fGzIEowAbwG7idy2Jzs4mOrFWBSJ0sNUgy0ev871dwWnbOo371SjgjG4pwzrbgSVrKxecw==
|
||||
dependencies:
|
||||
hast-util-from-parse5 "^6.0.0"
|
||||
parse5 "^6.0.0"
|
||||
|
||||
rehype-raw@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-5.1.0.tgz#66d5e8d7188ada2d31bc137bc19a1000cf2c6b7e"
|
||||
|
|
Loading…
Reference in a new issue