diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index dfd19b30c8740..aa237af473b1c 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.18.10", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.36", "gatsby-plugin-netlify": "^2.1.30", - "gatsby-plugin-sharp": "^2.3.7", - "gatsby-source-filesystem": "^2.1.42", + "gatsby-plugin-sharp": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-source-graphql": "^2.1.28", "gatsby-transformer-sharp": "^2.3.9", "react": "^16.12.0",