Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Use correct semver syntax for JQuery peerDependency#1805

Merged
risadams merged 1 commit into
selectize:masterfrom
austinshenk:patch-1
May 18, 2022
Merged

Use correct semver syntax for JQuery peerDependency#1805
risadams merged 1 commit into
selectize:masterfrom
austinshenk:patch-1

Conversation

@austinshenk

Copy link
Copy Markdown
Contributor

Having an issue installing 0.13.5 of the project when I have jquery@2.2.4 already installed. Noticed that the format of the version for the peerDependency seems to be a bit off for targeting multiple different versions of jquery. This should make it possible now to target all versions of 2 and 3 and then 1.0 versions later than 1.7.0. Before I think you had to have 3.6.0 since that would just resolve to the same version as the package.

Verified what semver would target by checking https://semver.npmjs.com/

Prior to these changes

With these changes 

@risadams risadams merged commit 771702a into selectize:master May 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants