diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 63589b60f3f4a..20ad63dab0a70 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -4,14 +4,14 @@ "description": "Gatsby example site using using-gatsby-image", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-netlify": "^2.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^3.3.0", "glamor": "^2.20.40", "numeral": "^2.0.6", "react": "^16.3.2",