Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery dependency is missleaded with yarn resolve. #836

Closed
p-carrillo opened this issue Jul 23, 2018 · 1 comment
Closed

Jquery dependency is missleaded with yarn resolve. #836

p-carrillo opened this issue Jul 23, 2018 · 1 comment

Comments

@p-carrillo
Copy link

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
Copy link
Owner

jsor commented Jul 30, 2018

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

@jsor jsor closed this as completed Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants