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

Commits on Jul 17, 2023

  1. Modify peer dependency to avoid a 7.x breaking change

    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.
    graue committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d9b34b2 View commit details
    Browse the repository at this point in the history