diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 2009869639e31..c3f2d5c4ef370 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,13 +17,13 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", - "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-sharp": "^2.5.15", "prop-types": "^15.7.2", "react": "^16.12.0",