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

Bump dependency on deprecated-react-native-prop-types #40869

Closed
wants to merge 1 commit into from

Commits on Oct 13, 2023

  1. Bump dependency on deprecated-react-native-prop-types (facebook#40869)

    Summary:
    
    Bumps DRNPT to v5 - the significant change is that this one depends on `react-native/normalize-color: ^0.73.0`, instead of `*`, so is protected from future breaking changes to that package.
    
    NOTE: We can't safely include `react-native/normalize-color: ^0.74.0` in the dependency range of DRNPT because `0.74.0` isn't a semver-compliant release (0.74 isn't cut yet), so this will pull 0.73.2 from NPM, which is fine.  We may need to publish DRNPT@6 if 0.74 final turns out to contain breaking changes (eg, a Node 20 bump).
    
    Changelog:
    [General][Fixed] Update `deprecated-react-native-prop-types` to remove fragile transitive `*` dependencies.
    
    Reviewed By: cortinico, huntie
    
    Differential Revision: D50228564
    robhogan authored and facebook-github-bot committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    79486c9 View commit details
    Browse the repository at this point in the history