Skip to content

Commit

Permalink
chore: updated react to v17 on with-webassembly example (#18916)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonsns committed Nov 7, 2020
1 parent f1a6a36 commit 7820468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-webassembly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "with-webassembly",
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"scripts": {
"dev": "next",
Expand Down

0 comments on commit 7820468

Please sign in to comment.