Skip to content

Commit

Permalink
fix: add react 17 to peer dependencies (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jan 29, 2021
1 parent 814cb72 commit fb0ce97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"test:e2e:macos": "scripts/macos_e2e.sh 'test'"
},
"peerDependencies": {
"react": "^16.8",
"react-native": ">=0.59"
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
"react-native": "^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0"
},
"dependencies": {
"deep-assign": "^3.0.0"
Expand Down

0 comments on commit fb0ce97

Please sign in to comment.