diff options
author | 2021-07-28 15:56:07 -0400 | |
---|---|---|
committer | 2021-07-28 15:56:07 -0400 | |
commit | 0d061265b24d5142ff2d6367bddc652c5e4d4534 (patch) | |
tree | 32c443f87b88c482863004ca3e7a0b3f33ff82d0 /packages/markdown-support | |
parent | 5387b5256c3e3b79f96abdec755003889b79b981 (diff) | |
download | astro-0d061265b24d5142ff2d6367bddc652c5e4d4534.tar.gz astro-0d061265b24d5142ff2d6367bddc652c5e4d4534.tar.zst astro-0d061265b24d5142ff2d6367bddc652c5e4d4534.zip |
Move the rest of the Markdown missing dependencies
Diffstat (limited to 'packages/markdown-support')
-rw-r--r-- | packages/markdown-support/package.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json index 8207b2a7b..3c7a28ee6 100644 --- a/packages/markdown-support/package.json +++ b/packages/markdown-support/package.json @@ -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" } } |