diff --git a/e2e-tests/mdx/package.json b/e2e-tests/mdx/package.json index 5e103c197b723..c8798a83e956b 100644 --- a/e2e-tests/mdx/package.json +++ b/e2e-tests/mdx/package.json @@ -7,9 +7,9 @@ "@mdx-js/react": "^1.6.6", "cypress": "^7.2.0", "fs-extra": "^8.1.0", - "gatsby": "^3.0.0", - "gatsby-plugin-mdx": "^2.0.0", - "gatsby-source-filesystem": "^3.0.0", + "gatsby": "^4.0.0", + "gatsby-plugin-mdx": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "react": "^17.0.0", "react-dom": "^17.0.0", "theme-ui": "^0.3.1"