This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Update react-native, react and flipper dependencies#1042
Merged
Conversation
infinitered-circleci
pushed a commit
that referenced
this pull request
Sep 29, 2022
## [5.0.3](v5.0.2...v5.0.3) (2022-09-29) ### Bug Fixes * **deps:** Update react-native, react and flipper dependencies ([#1042](#1042)) ([886bf0b](886bf0b))
Collaborator
|
🎉 This PR is included in version 5.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 5.0.1 removed react as a peerDependency. This change was causing an issue in Ignite when using npm. Since that change was made to fix another issue, I explored other fixes. Updating the react-native, react and react-native-flipper dependencies to recent versions also solved the issue in Ignite.
I was able to package this library locally and install it into several test projects using both yarn and npm and with recent and older versions of react-native. With these dependency updates everything still worked as expected.