deps(examples/hello-world): Upgrade to React v17 (#22692)

This commit is contained in:
Yasser A.Idrissi 2021-03-02 17:44:39 +01:00 committed by GitHub
parent 1352ba1dcf
commit 8dfe5a3bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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