chore: updated react to v17 on with-webassembly example (#18916)

This commit is contained in:
Davidson Nascimento 2020-11-07 15:13:24 -03:00 committed by GitHub
parent f1a6a36b3e
commit 7820468401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",