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

peerDependencies : react^17.0.0 #147

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

Conversation

induratized
Copy link

We have been using this package for quite a while with [email protected] and it works fine with it. thus extending peerDep for the same since we usually get conflicting peerDep issue

 Could not resolve dependency:
npm ERR! peer react@"^0.14.7 || ^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-lottie
npm ERR!   react-lottie@"^1.2.3" from the root project

Found: [email protected]

Please review, merge and deploy on npm if you find it useful.

We have been using this package for quite a while with [email protected] and it works fine with it.
thus extending peerDep for the same since we usually get conflicting peerDep issue
```
 Could not resolve dependency:
npm ERR! peer react@"^0.14.7 || ^15.0.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-lottie
npm ERR!   react-lottie@"^1.2.3" from the root project

Found: [email protected]
```

Please review, merge and deploy on npm if you find it useful.
@DivyanshBatham
Copy link

I think this can now also be extended to react@18

@stevenqzhang
Copy link

@chenqingspring any chance we could merges and react^18.0.0 change? encountering same issue

@stevenqzhang
Copy link

As a workaround for future readers: i patched locally using npx patch-package (make sure to follow this special instruction since patch-package usually ignores package.json changes: ds300/patch-package#128 (comment) )

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.

None yet

3 participants