diff --git a/benchmarks/mdx/package.json b/benchmarks/mdx/package.json index d90ef38476ba4..8e31d86664ae3 100644 --- a/benchmarks/mdx/package.json +++ b/benchmarks/mdx/package.json @@ -15,18 +15,18 @@ "serve": "gatsby serve" }, "dependencies": { - "@mdx-js/mdx": "^1.5.7", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.5.7", "del-cli": "^3.0.0", "dotenv": "^8.2.0", - "gatsby": "^2.20.23", + "gatsby": "^4.22.0", "gatsby-image": "^2.3.3", - "gatsby-plugin-mdx": "^1.1.8", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-page-creator": "^2.2.2", - "gatsby-plugin-sharp": "^2.4.12", - "gatsby-remark-images": "^3.2.3", + "gatsby-plugin-sharp": "^3.15.0", + "gatsby-remark-images": "^5.12.0", "gatsby-source-filesystem": "^2.2.3", - "gatsby-transformer-sharp": "^2.4.5", + "gatsby-transformer-sharp": "^3.15.0", "react": "^16.12.0", "react-dom": "^16.12.0", "ts-node": "^8.9.0",