mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RN: Upgrade to deprecated-react-native-prop-types@4.1.0
Summary: Upgrades React Native to `deprecated-react-native-prop-types@4.1.0`, which includes many of the new prop types in React Native v0.72. See: https://github.com/facebook/react-native-deprecated-modules/blob/main/deprecated-react-native-prop-types/CHANGELOG.md Changelog: [General][Changed] - Upgrade to deprecated-react-native-prop-types@4.1.0 Reviewed By: rickhanlonii Differential Revision: D45155955 fbshipit-source-id: 36e715c2338b667755bd1e522b7d5a2611103779
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eab32f19af
commit
f84256a924
@@ -91,7 +91,7 @@
|
||||
"abort-controller": "^3.0.0",
|
||||
"anser": "^1.4.9",
|
||||
"base64-js": "^1.1.2",
|
||||
"deprecated-react-native-prop-types": "^4.0.0",
|
||||
"deprecated-react-native-prop-types": "4.1.0",
|
||||
"event-target-shim": "^5.0.1",
|
||||
"flow-enums-runtime": "^0.0.5",
|
||||
"invariant": "^2.2.4",
|
||||
|
||||
@@ -4447,10 +4447,10 @@ depd@~1.1.2:
|
||||
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
||||
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
||||
|
||||
deprecated-react-native-prop-types@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.0.0.tgz#544845e32f3220bc676f18c0b846d673399c45cb"
|
||||
integrity sha512-q0kk77qFPC4adlnZH7cv9lfbHALeaTkl7wT1uNERc+e0Os3KcBKKy1rVliTE8sfey6TP6OPzoIXpr9OPidvvHw==
|
||||
deprecated-react-native-prop-types@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz#8ed03a64c21b7fbdd2d000957b6838d4f38d2c66"
|
||||
integrity sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==
|
||||
dependencies:
|
||||
"@react-native/normalize-colors" "*"
|
||||
invariant "*"
|
||||
|
||||
Reference in New Issue
Block a user