leo6104 / ngx-slick-carousel

Angular 17+ wrapper for slick plugin
106 stars 43 forks source link

Please update list of peer dependecies to match 13 Angular #82

Closed arsenlol closed 2 years ago

arsenlol commented 2 years ago

package.json

"peerDependencies": {
    "@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
}

please update these dependencies with ^13.0.0 so npm wont blame for inconsistency with 13 angular packages

taqishah1214 commented 2 years ago

Facing same issue

amassal commented 2 years ago

same here :(

leo6104 commented 2 years ago

Please use 0.6.0

amassal commented 2 years ago

works fine with the 0.6.0, thanks !