-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 dependencies with A2-beta.15 incompatible? #205
Comments
See #206 please. |
Cool, when will beta.3 arrive? |
Should be mid next week. |
@cagataycivici I notice that most lib makers use hard peer dependencies on certain versions of other libs, in As far as i know peer dependencies are meant to tell the user what's the minimum version of the other libs that this one needs to work properly, if it's indeed |
Yes it will break due to some breaking changes in beta 17 so at least beta 17 is required. |
Sure we will add at least symbol for next primeng beta releas3. Thanks for your feedback. |
Just installed PrimeNg and npm complains about peer deps, A2-beta.15 requires zone.js@^0.6.10 while PrimeNg requires exactly 0.6.6 so if i fulfil A2 deps i fail to fulfil Zone.js version for PrimeNg peer dependency, can this be updated or fixed to '@^0.6.6'.
Also PrimeNg complains for a peer dep on System.js but i'm using webpack, shouldn't be a choice of the user which bundler to use?
The text was updated successfully, but these errors were encountered: