diff --git a/examples/using-type-definitions/package.json b/examples/using-type-definitions/package.json index 399ea279940bb..0643d0e160c7d 100644 --- a/examples/using-type-definitions/package.json +++ b/examples/using-type-definitions/package.json @@ -4,10 +4,10 @@ "description": "An example site using createTypes action and createResolvers API", "version": "0.1.0", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", - "gatsby-plugin-sharp": "^2.6.36", - "gatsby-source-filesystem": "^2.3.30", + "gatsby-plugin-sharp": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-json": "^2.4.12", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2",