Skip to content

Commit 3e91415

Browse files
yungstersfacebook-github-bot
authored andcommitted
RN: Upgrade to [email protected] (#35549)
Summary: Pull Request resolved: #35549 Upgrades `react-native` to the newly published `[email protected]`, which brings prop-types compatibility up-to-speed with React Native 0.71. (This **is** a release blocker for 0.71.) Changelog: [General][Changed] Updated Prop Types for 0.71: https://github.com/facebook/react-native-deprecated-modules/blob/main/deprecated-react-native-prop-types/CHANGELOG.md Reviewed By: rickhanlonii Differential Revision: D41708199 fbshipit-source-id: 0cbcf294753203d5a35c8602d5585c5f2b604c6e
1 parent cb552f6 commit 3e91415

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Libraries/Image/ImageSource.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
'use strict';
1212

1313
/**
14-
* Keep this in sync with `DeprecatedImageSourcePropType.js`.
15-
*
1614
* This type is intentionally inexact in order to permit call sites that supply
1715
* extra properties.
1816
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"abort-controller": "^3.0.0",
120120
"anser": "^1.4.9",
121121
"base64-js": "^1.1.2",
122-
"deprecated-react-native-prop-types": "^2.3.0",
122+
"deprecated-react-native-prop-types": "^3.0.1",
123123
"event-target-shim": "^5.0.1",
124124
"invariant": "^2.2.4",
125125
"jest-environment-node": "^29.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,10 +3594,10 @@ depd@~1.1.2:
35943594
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
35953595
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
35963596

3597-
deprecated-react-native-prop-types@^2.3.0:
3598-
version "2.3.0"
3599-
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab"
3600-
integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==
3597+
deprecated-react-native-prop-types@^3.0.1:
3598+
version "3.0.1"
3599+
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
3600+
integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==
36013601
dependencies:
36023602
"@react-native/normalize-color" "*"
36033603
invariant "*"

0 commit comments

Comments
 (0)