Move rehype-raw to a dependency (#920)

* Move rehype-raw to a dependency

* Adds a changeset
This commit is contained in:
Matthew Phillips 2021-07-28 15:44:55 -04:00 committed by GitHub
parent 0849152d36
commit 7015356971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/markdown-support': patch
---
Move rehype-raw to a dependency

View file

@ -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"