Slick should be a peerDependency
Closed this issue · 1 comments
mrleblanc101 commented
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 ?
mrleblanc101 commented
Shouldn't Slick be a peerDependency
?
So we could just do yarn add vue-slick && yarn add slick
so we can control the version ?