Skip to content

Commit

Permalink
feat: Allow React 17 as a peerDependency (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease authored Oct 22, 2020
1 parent aaa05f4 commit 0f69b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"typescript": "4.0.2"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
}
}

0 comments on commit 0f69b83

Please sign in to comment.