jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

Jquery dependency is missleaded with yarn resolve. #836

Closed p-carrillo closed 6 years ago

p-carrillo commented 6 years ago

Hi,

Migrating my app to symfony webpack, I realised that jQuery version notation dependency in packages.json is miss leaded by yarn install/upgrade, seem that 2 point version numbers don't work properly when Yarn generates the .lock file.

The simplest solution is to change 1.7 by 1.7.0 and then everything works properly. we actually are solving this by editing the lock file, but if seem a good Idea to you, it could be changed in jcarousel next version.

Thanks for your work.

jsor commented 6 years ago

Thanks for the report. I've release 0.3.9 which includes the corrected jQuery version.