-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Peer dependency warning #500
Comments
We already solved this for the package managers that can solve them (yarn 2 and npm 6) with Either way, it's not an issue for date-io but the packages depending on date-io. In this case: |
Regarding npm 7, there are no warnings when installing I think that we should be careful optimizing for yarn 2. As far as I understand it, it's still unclear if it won't create another Python 2 vs. Python 3. Yarn 2 adoption seems slow even with yarn 1 under a subdomain: https://www.similarweb.com/website/yarnpkg.com/?competitors=classic.yarnpkg.com |
We're not. |
Sorry, I completely missed this issue 😞 The fix is available in v2.10.8. Make sure that you need to manually update and lock the version |
Great, thanks :) |
When installing
@material-ui/lab@v5.0.0-alpha.16
with date-fns, a developer gets the following warnings:Is there a way we could solve them? cc @eps1lon.
I'm using yarn v1.22.4.
The text was updated successfully, but these errors were encountered: