diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 4a272c2c3951d..cf8bd0c6c3777 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,14 +17,14 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.19.7", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.39", "gatsby-plugin-manifest": "^2.2.39", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.3", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.46", - "gatsby-transformer-sharp": "^2.3.13", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",