summaryrefslogtreecommitdiff
path: root/packages/markdown-support
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown-support')
-rw-r--r--packages/markdown-support/package.json14
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"
}
}