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

chore: support later version of react #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

normanzb
Copy link

@normanzb normanzb commented Mar 3, 2023

^16.8.0 wouldn't support latest version react 18, this MR changes the semver to >=16.8.0 meaning the minimal version is 16.8.0, and any version greater than this will be acceptable.

also react-dom is removed from peer deps as it is not directly used in the code.

@normanzb normanzb force-pushed the master branch 2 times, most recently from c0c4a69 to fbe2d50 Compare March 3, 2023 02:38
@lapwil
Copy link

lapwil commented Oct 10, 2023

great, I wanted to do the same ^^

This would really be useful and allow us to npm install without the unsafe peer dependency flag

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