summaryrefslogtreecommitdiff
path: root/packages/markdown-support
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-07-28 15:44:55 -0400
committerGravatar GitHub <noreply@github.com> 2021-07-28 15:44:55 -0400
commit7015356971facc16ea6d2918abdcba8b17029615 (patch)
treeb2538a61b2319e875bb81c538a44d6751c8dd76c /packages/markdown-support
parent0849152d36bbe7fa299b2b2e9a0f2612cf6377fb (diff)
downloadastro-7015356971facc16ea6d2918abdcba8b17029615.tar.gz
astro-7015356971facc16ea6d2918abdcba8b17029615.tar.zst
astro-7015356971facc16ea6d2918abdcba8b17029615.zip
Move rehype-raw to a dependency (#920)
* Move rehype-raw to a dependency * Adds a changeset
Diffstat (limited to 'packages/markdown-support')
-rw-r--r--packages/markdown-support/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json
index 08bc7a4f1..26e1e39ce 100644
--- a/packages/markdown-support/package.json
+++ b/packages/markdown-support/package.json
@@ -24,6 +24,7 @@
"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",
@@ -33,7 +34,6 @@
"@types/github-slugger": "^1.3.0",
"github-slugger": "^1.3.0",
"rehype-parse": "^7.0.1",
- "rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"unified": "^9.2.1",
"unist-util-visit": "^3.1.0"