From 15a4ff484cd7a068f3385206118746db7e89e5f3 Mon Sep 17 00:00:00 2001 From: getspooky Date: Tue, 2 Mar 2021 17:18:20 +0100 Subject: [PATCH] deps: Upgrade to React v17 --- examples/hello-world/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 99a1b2453f0df..8fbeca0422683 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.13.1", - "react-dom": "^16.13.1" + "react": "^17.0.1", + "react-dom": "^17.0.1" }, "license": "MIT" }