deps: update peerDeps to support React 17 without warnings #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Update
peerDependencies
range to support React 17Fixes #58
Closes #64
Description
seems to work without any component modifications needed on React 17
per the release blog post
ensure tests pass with React 17
for many people and the usage here is quite simple, so should be
fine for this use-case
when we get there
Review Notes
Had to do some manual things in the background like migrating and re-setting-up Travis (and emailing them about OSS credits etc) as well as making sure Codecov still works etc. Make sure everything passes here before merging!
Will PR and merge my old
standardization
branch after this just to have less changes for this (less things to break). Those commits are like 2 years old now but still relevant. Will see about #42 after