From d9d4150892e074cb07c8ac885c0275c72fa60be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:48:41 +0000 Subject: [PATCH] Bump @mdx-js/react from 2.3.0 to 3.1.0 Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.3.0 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-major ... Signed-off-by: dependabot[bot] --- gatsby-theme-doctocat-typescript/package.json | 2 +- package-lock.json | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gatsby-theme-doctocat-typescript/package.json b/gatsby-theme-doctocat-typescript/package.json index 239f160..18c2d3c 100644 --- a/gatsby-theme-doctocat-typescript/package.json +++ b/gatsby-theme-doctocat-typescript/package.json @@ -25,7 +25,7 @@ "dependencies": { "@gatsbyjs/reach-router": "^2.0.1", "@mdx-js/mdx": "^3.1.0", - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "@octokit/types": "^13.6.1", "@primer/component-metadata": "^0.5.1", "@primer/octicons-react": "^19.12.0", diff --git a/package-lock.json b/package-lock.json index a0fcae4..b54ba62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -507,7 +507,7 @@ "dependencies": { "@gatsbyjs/reach-router": "^2.0.1", "@mdx-js/mdx": "^3.1.0", - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "@octokit/types": "^13.6.1", "@primer/component-metadata": "^0.5.1", "@primer/octicons-react": "^19.12.0", @@ -4992,18 +4992,19 @@ } }, "node_modules/@mdx-js/react": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.3.0.tgz", - "integrity": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", + "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", + "license": "MIT", "dependencies": { - "@types/mdx": "^2.0.0", - "@types/react": ">=16" + "@types/mdx": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "peerDependencies": { + "@types/react": ">=16", "react": ">=16" } },