runette / ngx-leaflet-fullscreen

Angular wrapper for the leaflet-fullscreen control
MIT License
6 stars 1 forks source link

Incorrect Peer Dependency Warning #4

Closed aafaque33 closed 2 years ago

aafaque33 commented 2 years ago

Hi,

While running the npm install or yarn receive the warning about wrong peer dependency.

warning " > @runette/ngx-leaflet-fullscreen@1.0.4" has incorrect peer dependency "@angular/common@^8.2.14".
warning " > @runette/ngx-leaflet-fullscreen@1.0.4" has incorrect peer dependency "@angular/core@^8.2.14".

I checked the package.json in this project and that have

"peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14"
  }

Should this updated to Angular 12 ? As I have verified that it works with that version ...

runette commented 2 years ago

I will update that

runette commented 2 years ago

Fixed in Version 1.0.6 - now on npm. This version has been built using ng-packagr and Ivy partial compilation which means it should be compatible with all versions of Angular.io after version 12