diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index cbba4cc1baeae..7d9c8529d397b 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -5,17 +5,17 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "@mdx-js/mdx": "^1.1.6", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.1.6", - "gatsby": "^2.13.39", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.6", "gatsby-plugin-manifest": "^2.2.4", - "gatsby-plugin-mdx": "^1.0.23", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-react-helmet": "^3.1.2", - "gatsby-plugin-sharp": "^2.2.9", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.6", - "gatsby-transformer-sharp": "^2.2.4", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6",