diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index 5e334fbd0800e..e1c64e5c50cf9 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -4,8 +4,8 @@ "description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", - "gatsby-plugin-sass": "^2.0.1", + "gatsby": "^3.0.0", + "gatsby-plugin-sass": "^3.0.0", "node-sass": "^4.9.0", "react": "^16.4.0", "react-dom": "^16.4.0"