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

added react version 18 to peerDependency list #170

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

Conversation

hasanm95
Copy link

I have added react version 18 to peerDependency list

before:

"peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0" }

now:

"peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0 || ^18.0.0" }

@drosi94
Copy link

drosi94 commented Oct 15, 2023

Can we accept this PR?

@l-hankins
Copy link

@eiriklv Apologies for the ping... any chance of getting this PR in? Would love simply to not have to use legacy peer deps on my npm install

@hasanm95 hasanm95 closed this Aug 31, 2024
@hasanm95 hasanm95 reopened this Aug 31, 2024
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.

3 participants