barbatus / stars-rating

Stars rating control for Meteor
MIT License
21 stars 11 forks source link

Updates to jquery, less, and underscore #21

Closed sarahmattar closed 4 years ago

sarahmattar commented 4 years ago

Hi Alex,

I updated the minimum dependency requirements for less, jquery, and underscore. Meteor versions 1.9 and above now have a requirement of jquery 3.0.0, which meant that attempting to install the barbatus:stars-rating package on these newer releases now resulted in dependency compatibility errors. I bumped less to the minimum compatible version (2.8.0), and underscore to the latest version (1.10.0) as well to safeguard against incompatible updates in the future. There's a demo app also inside running Meteor 1.9.

Best,

Sarah