Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust graphql peer dep to cover explicit minor ranges #3746

Merged
merged 5 commits into from
Jul 27, 2018

Conversation

hwillson
Copy link
Member

@hwillson hwillson commented Jul 27, 2018

Since the ^ operator only covers any minor version if the major version is not 0 (since a major version of 0 is technically considered development by semver 2), the current ^0.11.0 || ^14.0.0 graphql range doesn't cover 0.12.* or 0.13.*.

Fixes #3737.

hwillson added 5 commits July 26, 2018 21:02
Since the ^ operator only covers any minor version if the major
version is not 0 (since a major version if technically considered
development by semver 2), the current ^0.11.0 || ^14.0.0 graphql
range doesn't cover 0.12.* or 0.13.*.

Fixes #3737.
@hwillson hwillson merged commit 8284490 into master Jul 27, 2018
@hwillson hwillson deleted the hwillson/issue-3737 branch July 27, 2018 01:18
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2023
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.

1 participant