Skip to content

Commit

Permalink
deps(examples/hello-world): Upgrade to React v17 (#22692)
Browse files Browse the repository at this point in the history
  • Loading branch information
getspooky authored Mar 2, 2021
1 parent 1352ba1 commit 8dfe5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8dfe5a3

Please sign in to comment.