diff --git a/examples/using-MDX/package.json b/examples/using-MDX/package.json index 9a08398fec58f..f5ddc29e92964 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -5,21 +5,21 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "@mdx-js/mdx": "^1.6.18", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", - "gatsby-plugin-mdx": "^1.2.40", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-charts": "^2.0.1", - "react-chat-elements": "^10.10.2", + "react-chat-elements": "^12.0.0", "react-dom": "^16.12.0", "react-helmet": "^5.2.1" },