diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index e167ea1f9e6a8..573d8a3ab496a 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -5,14 +5,14 @@ "version": "1.0.0", "author": "Marcus Ericsson (mericsson.com)", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-core-utils": "^1.3.20", "gatsby-image": "^2.4.19", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-typography": "^2.5.11", - "gatsby-source-contentful": "^2.3.46", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-source-contentful": "^4.5.0", + "gatsby-transformer-remark": "^4.0.0", "lodash": "^4.17.20", "react": "^16.3.1", "react-dom": "^16.3.1",