diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 4abd96afe7355..8162af28a57a2 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -4,15 +4,15 @@ "description": "Gatsby example site using using-gatsby-image", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.77", + "gatsby": "^3.0.0", "gatsby-image": "^1.0.14", "gatsby-link": "^1.6.23", - "gatsby-plugin-glamor": "^1.6.7", + "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-netlify": "^1.0.0", - "gatsby-plugin-sharp": "^1.6.10", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-typography": "^1.7.10", - "gatsby-source-filesystem": "^1.5.1", - "gatsby-transformer-sharp": "^1.6.12", + "gatsby-source-filesystem": "^2.1.16", + "gatsby-transformer-sharp": "^2.11.0", "numeral": "^2.0.6", "typeface-oswald": "^0.0.40", "typeface-pt-sans": "^0.0.40",