Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update peer dependencies to support React 17 and React-Dom 17 #112

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

calebhskim
Copy link
Contributor

Overview:

Thanks for this project! We use it heavily in a number of our projects. With the recent release of NPM 7 we have gone through the process of updating a number of our dependencies. NPM 7 automatically installs peer dependencies which causes issues with projects that want to use React 17. This shouldn't be a breaking change and React 17 in itself is relatively lightweight and does not contain any new developer features. Let me know if this makes sense!

Testing

Tested locally

Notes:

I also considered using ^16.8.4 || ^17.0.0 to be more strict but leaned towards >= for flexibility.

@marcin-piela marcin-piela merged commit fd6c18f into marcin-piela:master Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants