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

Modify peer dependency to avoid a 7.x breaking change #2231

Open
wants to merge 1 commit into
base: 7.1-release
Choose a base branch
from

Conversation

graue
Copy link

@graue graue commented Jul 17, 2023

Previously, the 7.0 documentation suggested mapping "empty-npm-package@^1.0.0" to mapbox-gl when using react-map-gl with maplibre. In order to avoid a breaking change, this reverts the mapbox-gl peer dependency from ">=1.13.0" to ">=1.0.0" so that users who followed this advice can safely upgrade within the 7.x series, complying with semantic versioning. Fixes #2230.

Previously, the 7.0 documentation suggested mapping
"empty-npm-package@^1.0.0" to mapbox-gl when using react-map-gl with
maplibre. In order to avoid a breaking change, this reverts the
mapbox-gl peer dependency from ">=1.13.0" to ">=1.0.0" so that users who
followed this advice can safely upgrade within the 7.x series, complying
with semantic versioning. Fixes visgl#2230.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant