From 7b546a92c83214362b85e5c30e3ab69610fffc3b Mon Sep 17 00:00:00 2001 From: James Mosier <2854919+jamesmosier@users.noreply.github.com> Date: Wed, 1 Apr 2020 09:56:38 -0400 Subject: [PATCH] Update hello-world example React version & name for CodeSandbox (#11550) --- examples/hello-world/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index e6a360bca2643..bcae91c8a5f04 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,5 +1,5 @@ { - "name": "hello-world", + "name": "nextjs-hello-world", "version": "1.0.0", "scripts": { "dev": "next", @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.7.0", - "react-dom": "^16.7.0" + "react": "^16.13.1", + "react-dom": "^16.13.1" }, "license": "ISC" }