diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index b5393e431368a..180ca42ef6696 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-emotion", "author": "Tegan Churchill ", "dependencies": { - "emotion": "^9.1.3", + "emotion": "^10.0.0", "emotion-server": "^9.1.3", "gatsby": "^2.0.0", "gatsby-plugin-emotion": "^2.0.5", @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.4.0", "react-dom": "^16.4.0", - "react-emotion": "^9.1.3", + "react-emotion": "^10.0.0", "react-helmet": "^5.2.0" }, "license": "MIT",