From 0d061265b24d5142ff2d6367bddc652c5e4d4534 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 28 Jul 2021 15:56:07 -0400 Subject: [PATCH] Move the rest of the Markdown missing dependencies --- packages/markdown-support/package.json | 14 ++++++-------- yarn.lock | 8 -------- 2 files changed, 6 insertions(+), 16 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" } } diff --git a/yarn.lock b/yarn.lock index 4b683212d..3207db441 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"