diff --git a/e2e-tests/gatsby-image/package.json b/e2e-tests/gatsby-image/package.json index 6c385e77b02e3..efa637bb4406e 100644 --- a/e2e-tests/gatsby-image/package.json +++ b/e2e-tests/gatsby-image/package.json @@ -4,15 +4,15 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "cypress": "^6.6.0", + "gatsby": "^4.14.0", "gatsby-image": "^2.0.29", - "gatsby-plugin-manifest": "^2.0.17", + "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-source-filesystem": "^2.0.20", - "gatsby-transformer-sharp": "^2.1.13", + "gatsby-transformer-sharp": "^4.8.0", "react": "^16.8.0", "react-dom": "^16.8.0", "react-helmet": "^5.2.0"