diff --git a/examples/using-i18n/package.json b/examples/using-i18n/package.json index 40c691cae8af9..fa93d30ec5753 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -11,10 +11,10 @@ "start": "npm run develop" }, "dependencies": { - "@mdx-js/mdx": "^1.6.18", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", - "gatsby-plugin-mdx": "^1.2.40", + "gatsby": "^4.22.0", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-json": "^2.4.12", "react": "^16.12.0",