Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add support for react 17 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: jia-wen <jia-wen.glimois@palico.com>. Thanks. This close #30.
  • Loading branch information
jwglimois committed Jun 11, 2022
1 parent a66c1f1 commit aaed27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,8 +44,8 @@
"url": "https://github.com/pjchender/react-use-opentok/issues"
},
"peerDependencies": {
"react": "^16.13.0",
"@opentok/client": "^2.16.3"
"@opentok/client": "^2.16.3",
"react": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.3",
Expand Down Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gh-pages": "^2.0.1",
"react": "^16.13.0",
"react": "^17.0.2",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.9.0",
"rollup": "^2.0.5",
Expand Down

0 comments on commit aaed27e

Please sign in to comment.