Skip to content

Broken semver #61

Closed
Closed
@madjam002

Description

@madjam002

A patch version of redbox-react was published an hour ago but the peer dependency was changed to only support React 15.

Our CI is now failing with:

error   17-Jun-2016 16:17:59    npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
...
error   17-Jun-2016 16:17:59    npm ERR! peerinvalid Peer [email protected] wants react@^15.0.0
...

Can we change this to a major version bump? Dropping support for React 0.14 is a breaking change.
It would be good if we could get a patch version on the v1 branch which is just an old version which supports React 0.14 so that we don't break compatibility for other users.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions