We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! What's the reason for having preact and react listed as peerDependencies in the * range?
preact
react
peerDependencies
*
This creates some unnecessary noise for users installing the package in their projects.
Would you accept a pull request removing these?
The text was updated successfully, but these errors were encountered:
Actually, I just realized that unistore has integrations and requires the peer dependencies for newer features (e.g. Yarn PnP).
Could we use the new RFC and make these optional?
yarnpkg/rfcs#105
{ "peerDependencies": { "preact": "optional:*", "react": "optional:*" } }
Sorry, something went wrong.
Yes please. 🙏
Looks like I didn't catch the change to the RFC. Please see PR: #142
No branches or pull requests
Hi! What's the reason for having
preact
andreact
listed aspeerDependencies
in the*
range?This creates some unnecessary noise for users installing the package in their projects.
Would you accept a pull request removing these?
The text was updated successfully, but these errors were encountered: