From f51ca96f856882a5776b7117555131415d173954 Mon Sep 17 00:00:00 2001 From: James Mosier <2854919+jamesmosier@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:59:14 -0400 Subject: [PATCH] update hello-world example deps & name for codesandbox --- 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" }