This commit is contained in:
tonyrewin 2022-10-04 13:34:38 +03:00
parent 3979e22142
commit 97a2f7bcfb
2 changed files with 29 additions and 1 deletions

View File

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

View File

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