From 4d115e8953ce67f945c72350b7510d4f8daf9176 Mon Sep 17 00:00:00 2001 From: Alexander Nanberg Date: Fri, 29 Mar 2019 19:54:17 +0100 Subject: [PATCH] Update mdx (#335) --- packages/gatsby-plugin-mdx/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 83fceceabb52d..99550763f02a4 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -8,8 +8,8 @@ "test": "jest" }, "peerDependencies": { - "@mdx-js/mdx": "^1.0.0-alpha.13", - "@mdx-js/react": "^1.0.0-alpha.13" + "@mdx-js/mdx": "^1.0.0-alpha.16", + "@mdx-js/react": "^1.0.0-alpha.16" }, "dependencies": { "@babel/plugin-proposal-object-rest-spread": "^7.0.0",