From ed520b846b5f7189b137dfc6c8cc54faa393e99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:50:28 -0800 Subject: [PATCH] Bump @mdx-js/react from 3.0.0 to 3.0.1 (#240) Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44840c24b..d1898dbfd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@docusaurus/theme-common": "^3.0.1", "@docusaurus/theme-mermaid": "^3.1.1", "@easyops-cn/docusaurus-search-local": "^0.40.1", - "@mdx-js/react": "3.0.0", + "@mdx-js/react": "3.0.1", "clsx": "^2.1.0", "prism-react-renderer": "^2.3.1", "react": "^18.0.0", diff --git a/yarn.lock b/yarn.lock index 56e8f643f..d5022825e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1884,10 +1884,10 @@ unist-util-visit "^5.0.0" vfile "^6.0.0" -"@mdx-js/react@3.0.0", "@mdx-js/react@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271" - integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ== +"@mdx-js/react@3.0.1", "@mdx-js/react@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746" + integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A== dependencies: "@types/mdx" "^2.0.0"