From cf3be6628474e908a7e737da847aa6c9c69ebb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:01:11 +0000 Subject: [PATCH] Bump @mdx-js/react from 2.2.1 to 2.3.0 Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.2.1 to 2.3.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/2.3.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d790fcc9..08986ca6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hackclub/meta": "^1.1.32", "@hackclub/theme": "^0.3.3", "@mdx-js/loader": "^2.2.1", - "@mdx-js/react": "^2.1.1", + "@mdx-js/react": "^2.3.0", "@next/mdx": "^13.1.1", "next": "^13.1.1", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 0039561e..7b66bc2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -229,10 +229,10 @@ unist-util-visit "^4.0.0" vfile "^5.0.0" -"@mdx-js/react@^2.1.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.2.1.tgz#5a70592418d52b1b01538c37e795034601c96ec5" - integrity sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw== +"@mdx-js/react@^2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3" + integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g== dependencies: "@types/mdx" "^2.0.0" "@types/react" ">=16"