Bump peerDependency of Angular to ^10
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
When running an ng update @angular/core it fails because ngx-chips has outdated peer dependencies. To bypass this, a developer would have to --force the update. Shouldn’t be necessary.
ngx-chips" has an incompatible peer dependency to "@angular/animations" (requires "^8.0.0" (extended), would install "10.0.0")
Expected behavior
ngx-chips project should always use the latest peerDependency of Angular that it supports. ng update should work without having to --force the update.
Minimal reproduction of the problem with instructions (if applicable)
ng update @angular/core @angular/cli
What do you use to build your app?. Please specify the version Angular CLI
Angular version: Angular 10
ngx-chips version: Yes
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:6 (4 by maintainers)
I create PR to fix this, but the owner of the project didn’t reply, so, i created a clone that has this fix npm install ngx-chips-angular
Thank you for the PR 😃 @akamal88