angular-material-extensions / fab-menu

Angular Component that represents a menu of buttons triggered by a floating action button | built with material design
https://angular-material-extensions.github.io/fab-menu/
MIT License
48 stars 17 forks source link

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

Closed Fuhji closed 2 years ago

Fuhji commented 2 years ago

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
DanielLyleWilliamWarren commented 2 years ago

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
AnthonyNahas commented 2 years ago

I will update the library tonight

AnthonyNahas commented 2 years ago

v.5.1.0 is now live