diff --git a/benchmarks/gabe-fs-mdx/package.json b/benchmarks/gabe-fs-mdx/package.json index 43f00fce2deaa..afeed2686e10d 100644 --- a/benchmarks/gabe-fs-mdx/package.json +++ b/benchmarks/gabe-fs-mdx/package.json @@ -28,11 +28,11 @@ "mdx" ], "dependencies": { - "@mdx-js/mdx": "^1", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1", "faker": "^4.1.0", - "gatsby": "^2", - "gatsby-plugin-mdx": "^1", + "gatsby": "^4.22.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"