diff --git a/examples/using-wordpress/package.json b/examples/using-wordpress/package.json index f1346953f18d3..4b149671ed712 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -5,11 +5,11 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-wordpress": "^3.0.0", "gatsby-transformer-sharp": "^2.1.1",