diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index 7a71600deac77..693c7f5a10ff3 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,15 +5,15 @@ "version": "1.0.0", "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-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^3.0.9", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^3.3.0", "glamor": "^2.20.40", "gray-percentage": "^2.0.0", "lodash": "^4.17.10",