yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity
314 stars 51 forks source link

Updating flickity peerDependency and devDependency to 3.0.0 #134

Open haase1020 opened 2 years ago

haase1020 commented 2 years ago

Currently the version of flickity used for this repository is 2.2.1. I installed flickity version 2.3.0 as recommended in the README, but I also use flickity-as-nav-for and flickity-fade packages that are now updated to flickity version 3.0.0. I would like to update my repository to flickity 3.0.0, but when I do so I get a warning that react-flickity-component@3.6.2" has incorrect peer dependency "flickity@^2.2.1". If I use flickity version 2.3.0 however, I cannot update flickity-as-nav-for and flickity-fade to their latest versions.

If this repository could be updated to use flickity version 3.0.0 that would be great!

yaodingyd commented 2 years ago

Until 3.0 is stable, we will hold off upgrading to it. https://github.com/metafizzy/flickity/issues/1210#issue-1161562881