diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f2a43a3a38549..945c413c7d271 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -249,12 +249,7 @@ "url": "git+https://github.com/gatsbyjs/gatsby.git" }, "resolutions": { - "graphql": "^15.8.0", - "@mdx-js/mdx": "^2.0.0-next.3", - "@mdx-js/react": "^2.0.0-next.3", - "@mdx-js/runtime": "^2.0.0-next.3", - "remark-mdx": "2.0.0-next.7", - "remark-mdxjs": "^2.0.0-next.3" + "graphql": "^15.8.0" }, "scripts": { "build": "npm run build:types && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",