Merge pull request #1622 from saketh-kowtha/master

Update react, react-dom to v17.0.1
This commit is contained in:
Anton Zinovyev 2021-01-06 00:47:28 +03:00 committed by GitHub
commit 5b4e2fcb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,8 +63,8 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "7.12.10",