Skip to content

Jquery Version in Bower Dependencies Should be the Oldest Version Necessary  #629

@Kenny-Moore

Description

@Kenny-Moore

In issue #612 it is stated:
"There shouldn't be any issue using older jQuery. The primary use of jQuery is to allow for jquery-ui (in addition to some other simple functions). Make sure that you're using a version of jquery-ui that is compatible with your version of jQuery"

Your dependencies are on "jquery": ">= 3.1.0" which forces bower to update Jquery to that version (if your project's version is lower than 3.1.0) when it is not really necessary. This is a huge impediment when implementing your plugin that can be easily addressed by setting your Jquery dependency to ">=1.6".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions