diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index d88ec7e3ec732..7f9c60544bf0d 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -6,18 +6,18 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.5.5", - "gatsby": "^2.0.0", + "gatsby": "^4.22.0", "gatsby-core-utils": "^1.0.28", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-manifest": "^2.0.2", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-json": "^2.1.1", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^3.15.0", "glamor": "^2.20.40", "instagram-screen-scrape": "^2.0.0", "lodash": "^4.17.14",