jashkenas / backbone

Give your JS App some Backbone with Models, Views, Collections, and Events
http://backbonejs.org
MIT License
28.1k stars 5.39k forks source link

Will updating backbone also update jquery? [answered: no] #4283

Closed gisraelsplunk closed 11 months ago

gisraelsplunk commented 11 months ago

Hi does updating to the latest backbone also update jquery? Thanks

jcbrand commented 11 months ago

No, jQuery is not an NPM dependency (i.e. it's not in the package.json file).