kadirahq / blaze-layout

Layout Manager for Blaze (works well with Meteor FlowRouter)
MIT License
198 stars 62 forks source link

Update packages.js #83

Closed dcantatore closed 1 year ago

dcantatore commented 4 years ago

versionFrom 1.0 uses jquery 1.0.1 which is 13 years old.
updated jquery to use more modern and generally used package

guidouil commented 4 years ago

I also would love an update :) Shouldn't it be like in the Blaze package ? api.use('jquery@1.11.9 || 3.0.0', { weak: true }); // should be a weak dep, by having multiple "DOM backends"

https://github.com/meteor/blaze/blob/master/packages/blaze/package.js#L9