johnny / johnny/jquery-sortable

Incorrect jquery dependency version specification.

Open
#262 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1.5k
Forks
429
PR merge metrics
No merged PRs in 30d

Description

https://docs.npmjs.com/misc/semver#ranges and https://yarnpkg.com/lang/en/docs/dependency-versions/#toc-unions specify the version should use a`>` or `>=` syntax not a `^`.

Currently jquery-sortable uses https://github.com/johnny/jquery-sortable/blob/4d31eeaf0136307c4d70e9e2252bee001384cf72/package.json#L29

The way it is setup now, causes yarn to install jquery 2.x when jquery 3 is a top level dependency

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.