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" }