From c63a5ab2c61ba40c71ea587a532cf91744803a0e Mon Sep 17 00:00:00 2001 From: christopherbiscardi Date: Thu, 11 Apr 2019 18:43:56 -0700 Subject: [PATCH] update peerdeps --- packages/gatsby-mdx/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-mdx/package.json b/packages/gatsby-mdx/package.json index c22286a9..80bb44b1 100644 --- a/packages/gatsby-mdx/package.json +++ b/packages/gatsby-mdx/package.json @@ -8,8 +8,8 @@ "test": "jest" }, "peerDependencies": { - "@mdx-js/mdx": "^1.0.0-alpha.17", - "@mdx-js/react": "^1.0.0-alpha.17" + "@mdx-js/mdx": "^1.0.0", + "@mdx-js/react": "^1.0.0" }, "dependencies": { "@babel/core": "^7.4.3",