staskjs/vue-slick

Slick should be a peerDependency

Closed this issue · 1 comments

Hi,
I'm trying to override the slick version using Yarn resolutions.

"resolutions": {
    "vue-slick/slick-carousel": "RicardoEPRodrigues/slick"
}

I want to use this fork as it solve a major issue for me: kenwheeler/slick#2635.
It doesn't seem to work as Slick is inlined in the dist/slickCarousel.esm.js.
So how would I do that ?

Shouldn't Slick be a peerDependency ?
So we could just do yarn add vue-slick && yarn add slick so we can control the version ?