Closed fgoulet closed 2 years ago
Hello 👋 @fgoulet
Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to raise a PR if you can fix the issue. Check the local development guide
the dependency to angular should probably not be fixed to 13.1.0 but open to angular 13 so "^13.1.0"
Whatever we specify in package.json will not end up in the final library when published.
But keeping ^
so it allows patch and minor versions is good practice. I will make this change
@marvin-belonio and @fgoulet thanks for raising this issue, it's been fixed in xng-breadcrumb@7.2.0
🐞 Bug report
Description
When I try to update my project from angular 13.1.0 to 13.1.1, I got this error:
Package "xng-breadcrumb" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires "13.1.0" (extended), would install "13.1.1")
Would it be possible to update the peer dependencies of xng-breadcrumb ?
Thanks !
Angular Version:
13.1.1