From 7e1dccc0cfb84425e8c93da9ada7572e214e15df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:10:59 +0000 Subject: [PATCH] Bump @astrojs/mdx from 0.13.0 to 0.14.0 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.14.0/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4a2ba40..f33b3b9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@astrojs/image": "^0.12.1", - "@astrojs/mdx": "^0.13.0", + "@astrojs/mdx": "^0.14.0", "@astrojs/partytown": "^1.0.1", "@astrojs/rss": "^1.2.1", "@astrojs/sitemap": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index cb2ed44..0c8cbb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -62,10 +62,10 @@ vscode-languageserver-types "^3.17.1" vscode-uri "^3.0.3" -"@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" - integrity sha512-6MDuQXbrp2fZBYBIqD+0jvSqYAukiMTte6oLNHiEYsLf3KIMlVAZj6dDgUJakgL7cQ4fmzWb0HUqzVpxAsasLw== +"@astrojs/markdown-remark@^1.1.3", "@astrojs/markdown-remark@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-1.2.0.tgz#2ec7375a5e7b59ea712fb5a9d1f4ac9cbe075acb" + integrity sha512-Cb+uhSuukyfERknfJ8K4iJLeKJaiZWi1BTwPS4fzw0bc9kGKe5VeTRzd2E25+vaMnRTk0tN/y6QfYEMMN3Q97g== dependencies: "@astrojs/micromark-extension-mdx-jsx" "^1.0.3" "@astrojs/prism" "^1.0.0" @@ -92,11 +92,12 @@ unist-util-visit "^4.1.0" vfile "^5.3.2" -"@astrojs/mdx@^0.13.0": - version "0.13.0" - resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-0.13.0.tgz#41267b26ac5b000b09d94c1ab269124e54ff08d1" - integrity sha512-2D/O5AjCBQQ/PLx3P/WysACdFxz97iQPu55hy9pc+u04a+fMFuVdKm9ftWXpsNHL2SXbKb7uRpcuFw93FnRNDw== +"@astrojs/mdx@^0.14.0": + version "0.14.0" + resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-0.14.0.tgz#ad8b662ed6a486bf7df0618ff138bcfaa3e4719b" + integrity sha512-lmNh/7CeQmdZ0OCbnDnoDxQTKWleFdlT5YkjsutGIOhabY0xgCcWwb1Rbs/9m4vvTdCkp9zsZdRzUKEPFPbcsA== dependencies: + "@astrojs/markdown-remark" "^1.2.0" "@astrojs/prism" "^1.0.2" "@mdx-js/mdx" "^2.1.2" "@mdx-js/rollup" "^2.1.1"