diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index 65322acce8244..e3f970d51fe68 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -6,12 +6,12 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", - "gatsby-plugin-manifest": "^2.4.30", + "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.13.0", "react": "^16.7.0", "react-dom": "^16.7.0", "react-helmet": "^5.2.1"