When going from 12 -> 13 (eventually 13). perhttps://update.angular.io/?v=12.0-13.0

ng update @angular/core@13 @angular/cli@13

Were getting dependency errors:

  •              Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/common" (requires "^11.0.0" (extended), would install "13.4.0").
                Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/core" (requires "^11.0.0" (extended), would install "13.4.0").
                Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/forms" (requires "^11.0.0" (extended), would install "13.4.0").
                Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/localize" (requires "^11.0.0" (extended), would install "13.4.0").
                Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "rxjs" (requires "^6.5.5", would install "7.8.1").
    

We reviewed the Dependencies table at https://www.npmjs.com/package/@ng-bootstrap/ng-bootstrap#demo

and upgraded to ^14.1.0, which created more errors. What is the recommended way to do this. Were considering removing @ng-bootstrap/ng-bootstrap from our package.json and manually upgrading as the maintainers don't seem to support peer deps for upgrade steps.

0

There are 0 answers