From 9d794f66730bae69c041153da999226d9984e3f7 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 4 Oct 2020 13:33:50 -0500 Subject: [PATCH] fix(deps): Lock mdx packages with gatsby-plugin-mdx https://github.com/gatsbyjs/gatsby/blob/57c79b1/packages/gatsby-recipes/package.json Originally changed in 07085fab61f9e2c2fa33e2c61cbb433067dcc8fd / #24595 --- packages/gatsby-recipes/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index ce53b726c3a03..ec3d2b0c5273d 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -21,9 +21,9 @@ "@graphql-tools/utils": "^6.0.14", "@hapi/hoek": "8.x.x", "@hapi/joi": "^15.1.1", - "@mdx-js/mdx": "^2.0.0-next.4", - "@mdx-js/react": "^2.0.0-next.4", - "@mdx-js/runtime": "^2.0.0-next.4", + "@mdx-js/mdx": "^1.6.16", + "@mdx-js/react": "^1.6.16", + "@mdx-js/runtime": "^1.6.16", "acorn": "^7.2.0", "acorn-jsx": "^5.2.0", "ansi-html": "^0.0.7", @@ -70,8 +70,8 @@ "react-circular-progressbar": "^2.0.0", "react-icons": "^3.0.1", "react-reconciler": "^0.25.1", - "remark-mdx": "^2.0.0-next.4", - "remark-mdxjs": "^2.0.0-next.4", + "remark-mdx": "^1.6.16", + "remark-mdxjs": "^1.6.16", "remark-parse": "^6.0.3", "remark-stringify": "^8.1.0", "resolve-cwd": "^3.0.0",