Skip to content

Commit

Permalink
Update hello-world example React version & name for CodeSandbox (#11550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmosier authored Apr 1, 2020
1 parent a37ad0a commit 7b546a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-world",
"name": "nextjs-hello-world",
"version": "1.0.0",
"scripts": {
"dev": "next",
Expand All @@ -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"
}

0 comments on commit 7b546a9

Please sign in to comment.