-
Notifications
You must be signed in to change notification settings - Fork 332
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
Fix circular peer dependencies blocking updates #1383
Fix circular peer dependencies blocking updates #1383
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a few questions/comments.
I resolved a many things as I could, a few follow up questions though. |
Okay I think I've addressed everything. Let me know if there's anything else you'd like me to change! :) |
Thanks! Published to (The main branch contains breaking changes and is on track for a major version release on |
Awesome! Thank you for your help here. |
Fixes #1382
This also fixes an issue (no clue how it never caused an error) where calling
packageManager.getPeerDependencies
with a version range (eg:^1.2.3
) would cause the function to return an array instead of the expected object.