diff --git a/examples/recipe-sourcing-contentful/package.json b/examples/recipe-sourcing-contentful/package.json index 4b21ffcea763f..3287f49bef425 100644 --- a/examples/recipe-sourcing-contentful/package.json +++ b/examples/recipe-sourcing-contentful/package.json @@ -5,11 +5,11 @@ "version": "0.1.0", "author": "@gatsbyjs", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-image": "^2.4.19", "gatsby-plugin-offline": "^2.2.10", - "gatsby-source-contentful": "^2.3.46", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-source-contentful": "^4.5.0", + "gatsby-transformer-remark": "^4.0.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0"