From dcb7d5af63a3b6694724dc049e589e8409e48983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:49:51 +0000 Subject: [PATCH] Bump @mdx-js/react from 2.3.0 to 3.1.0 in /site 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] --- site/package-lock.json | 13 +++++++------ site/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index a7c6915a..902b71f2 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "dracula-prism": "^2.1.16", "gatsby": "^5.14.0", "gatsby-plugin-catch-links": "^5.14.0", @@ -2706,18 +2706,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" } }, diff --git a/site/package.json b/site/package.json index 7932846f..71a5900c 100644 --- a/site/package.json +++ b/site/package.json @@ -7,7 +7,7 @@ "npm": "^10.2.3" }, "dependencies": { - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "dracula-prism": "^2.1.16", "gatsby": "^5.14.0", "gatsby-plugin-catch-links": "^5.14.0",