From 97a2f7bcfbfc8f76721e0995298ee4facf050d81 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Tue, 4 Oct 2022 13:34:38 +0300 Subject: [PATCH] fix-vers --- package.json | 2 +- yarn.lock | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b28bf295..60d0dd79 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "remark-code-titles": "^0.1.2" }, "devDependencies": { - "@astrojs/markdown-remark": "^1.1.3", + "@astrojs/markdown-remark": "1.1.2", "@astrojs/mdx": "^0.11.1", "@astrojs/node": "^1.0.1", "@astrojs/partytown": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 203d6e2d..b0e235bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,6 +68,34 @@ vscode-languageserver-types "^3.17.1" vscode-uri "^3.0.3" +"@astrojs/markdown-remark@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-1.1.2.tgz#9d6801ce395ab340fb42d07de100a65ce21ab03d" + integrity sha512-afZWKRX7HFq1DdXq1jsUiqYee67Ln0Qan0yNgjNP2Nht0dxYD6JAK40+uiptKiRmP73cQjAVLGh54sgrruBDwA== + dependencies: + "@astrojs/micromark-extension-mdx-jsx" "^1.0.3" + "@astrojs/prism" "^1.0.0" + acorn "^8.7.1" + acorn-jsx "^5.3.2" + github-slugger "^1.4.0" + hast-util-to-html "^8.0.3" + mdast-util-mdx-expression "^1.2.1" + mdast-util-mdx-jsx "^1.2.0" + micromark-extension-mdx-expression "^1.0.3" + micromark-extension-mdx-md "^1.0.0" + micromark-util-combine-extensions "^1.0.0" + rehype-raw "^6.1.1" + rehype-stringify "^9.0.3" + remark-gfm "^3.0.1" + remark-parse "^10.0.1" + remark-rehype "^10.1.0" + remark-smartypants "^2.0.0" + shiki "^0.11.1" + unified "^10.1.2" + unist-util-map "^3.1.1" + unist-util-visit "^4.1.0" + vfile "^5.3.2" + "@astrojs/markdown-remark@^1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-1.1.3.tgz#9fa985a532622043f0863c20f01c6ed01eca31e2"