From 05479400e3cda40eb5e8c53c8cc914f3238ad382 Mon Sep 17 00:00:00 2001 From: Steven Bell Date: Mon, 24 Dec 2018 05:24:25 -0500 Subject: [PATCH] Update react and react-dom to use "latest" (#5942) --- examples/with-emotion/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 0b2d9725..35c5aebc 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" }