From 55b433fcc0ae5ad1ea804e6505e9ca6eb8ad0f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:26:46 +0000 Subject: [PATCH] build(deps): Bump @mdx-js/react from 1.6.22 to 3.0.0 Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 3.0.0. - [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.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2367b00..19e5c240 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@docusaurus/core": "^2.0.0", "@docusaurus/preset-classic": "^2.0.0", "@docusaurus/plugin-content-docs": "2.4.3", - "@mdx-js/react": "^1.6.21", + "@mdx-js/react": "^3.0.0", "acorn": "^8.7.1", "clsx": "^2.0.0", "lottie-react": "^2.3.1",