From 938b30a00dae7ad5ea7f54a99a256d2c749879ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:59:57 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 1.0.69 to 2.14.1 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.0.69 to 2.14.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.14.1/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.14.1/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/gatsby-mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gatsby-mdx/package.json b/examples/gatsby-mdx/package.json index 881ed9a..830f343 100644 --- a/examples/gatsby-mdx/package.json +++ b/examples/gatsby-mdx/package.json @@ -8,7 +8,7 @@ "@mdx-js/mdx": "^1.1.5", "@mdx-js/react": "^1.1.5", "gatsby": "^2.13.50", - "gatsby-plugin-mdx": "^1.0.0", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-remark-inline-codesandbox": "workspace:packages/gatsby-remark-inline-codesandbox", "gatsby-source-filesystem": "^2.1.8", "react": "^16.8.6",