diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index a3fb299ee6212..cc94775f304f1 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -6,12 +6,12 @@ "dependencies": { "gatsby": "^2.0.19", "gatsby-image": "^2.0.15", - "gatsby-plugin-manifest": "^2.0.5", + "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.7", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-source-filesystem": "^2.0.4", - "gatsby-transformer-sharp": "^2.1.4", + "gatsby-transformer-sharp": "^4.8.0", "react": "^16.5.1", "react-dom": "^16.5.1", "react-helmet": "^5.2.0"