diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 0b2d9725ea35a5b6804e0bbc2945bc036ad74863..35c5aebc11bc153f02380080f2a55f0ccc75f5cb 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -11,8 +11,8 @@ "@emotion/styled": "^10.0.0", "babel-plugin-emotion": "^10.0.0", "next": "latest", - "react": "^16.3.0", - "react-dom": "^16.3.0" + "react": "latest", + "react-dom": "latest" }, "license": "ISC" }