diff --git a/e2e-tests/gatsby-static-image/package.json b/e2e-tests/gatsby-static-image/package.json index 7735b34f22135..359318ba2fcd7 100644 --- a/e2e-tests/gatsby-static-image/package.json +++ b/e2e-tests/gatsby-static-image/package.json @@ -5,9 +5,9 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "gatsby": "^5.0.0", "gatsby-plugin-image": "^0.0.2", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^5.10.0", "react": "^16.8.0", "react-dom": "^16.8.0" },