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

fix: expand react peer dependency range to be compatible with @edx/frontend-platform #239

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

adamstankiewicz
Copy link
Member

@adamstankiewicz adamstankiewicz commented Apr 5, 2022

@edx/frontend-platform currently denotes a react as a peer dependency at version 16.9.0, which other libraries in our frontend infrastructure specifies react as a peer dependency at version 16.12.0+:

https://github.com/openedx/frontend-platform/blob/master/package.json#L76

To avoid peer dependency conflicts when installing packages on Node 16 / NPM 8+, we should expand the react peer dependency range here to match what's currently expected by @edx/frontend-platform.

@adamstankiewicz adamstankiewicz changed the title fix: expand react peer dependency range fix: expand react peer dependency range to be compatible with @edx/frontend-platform Apr 5, 2022
@adamstankiewicz adamstankiewicz merged commit 5e88edb into master Apr 28, 2022
@adamstankiewicz adamstankiewicz deleted the astankiewicz/react-peer-dep-range branch April 28, 2022 13:36
@edx-semantic-release
Copy link

🎉 This PR is included in version 9.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants