angular-material-extensions/fab-menu

5.0.0 should support Angular 14 but has 13.x peer dependencies

Fuhji opened this issue · 3 comments

Fuhji commented

When trying to install this via npm to an Angular 14 project it fails due to peer dependencies still using Angular 13.x.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"~13.x" from @angular-material-extensions/fab-menu@5.0.0

Encountered same issue:

Found: @angular/cdk@14.1.0
npm ERR! node_modules/@angular/cdk
npm ERR!   @angular/cdk@"^14.1.0" from the root project

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"~13.x" from @angular-material-extensions/fab-menu@5.0.0
npm ERR! node_modules/@angular-material-extensions/fab-menu
npm ERR!   @angular-material-extensions/fab-menu@"5.0.0" from the root project

I will update the library tonight

v.5.1.0 is now live