From 667238866b41f502e305a212efc50d249bfdc849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:24:39 +0000 Subject: [PATCH] Bump @mdx-js/react from 3.0.1 to 3.1.0 in the prod-dependencies group Bumps the prod-dependencies group with 1 update: [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react). Updates `@mdx-js/react` from 3.0.1 to 3.1.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.1.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43e7772..65fc278 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@docusaurus/plugin-sitemap": "^3.5.2", "@docusaurus/theme-classic": "^3.5.2", "@docusaurus/theme-search-algolia": "^3.5.2", - "@mdx-js/react": "^3.0.0", + "@mdx-js/react": "^3.1.0", "@waveterm/docusaurus-og": "https://github.com/wavetermdev/docusaurus-og", "clsx": "^2.1.1", "prism-react-renderer": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index f6c748c..14047e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2514,6 +2514,18 @@ __metadata: languageName: node linkType: hard +"@mdx-js/react@npm:^3.1.0": + version: 3.1.0 + resolution: "@mdx-js/react@npm:3.1.0" + dependencies: + "@types/mdx": "npm:^2.0.0" + peerDependencies: + "@types/react": ">=16" + react: ">=16" + checksum: 10c0/381ed1211ba2b8491bf0ad9ef0d8d1badcdd114e1931d55d44019d4b827cc2752586708f9c7d2f9c3244150ed81f1f671a6ca95fae0edd5797fb47a22e06ceca + languageName: node + linkType: hard + "@mdx-js/typescript-plugin@npm:^0.0.6": version: 0.0.6 resolution: "@mdx-js/typescript-plugin@npm:0.0.6" @@ -14008,7 +14020,7 @@ __metadata: "@docusaurus/tsconfig": "npm:3.5.2" "@docusaurus/types": "npm:3.5.2" "@eslint/js": "npm:^9.11.1" - "@mdx-js/react": "npm:^3.0.0" + "@mdx-js/react": "npm:^3.1.0" "@mdx-js/typescript-plugin": "npm:^0.0.6" "@types/eslint": "npm:^9.6.1" "@types/eslint-config-prettier": "npm:^6.11.3"