Skip to content

Commit badd308

Browse files
chiaramooneyfacebook-github-bot
authored andcommitted
Bump deprecated-react-native-prop-types Dependency (#32700)
Summary: Bump deprecated-react-native-prop-types dependency to ^2.3.0. This version contains a .windows.js fork of some deprecated props. Current version has missing information for Windows, breaking CI for react-native-windows repository. ## Changelog [General] [Changed] - Upgrade deprecated-react-native-prop-types dependency Pull Request resolved: #32700 Reviewed By: lyahdav, rozele Differential Revision: D32816801 Pulled By: yungsters fbshipit-source-id: f6a8507637075b1a936d91c264bbd8a462505f48
1 parent 771ca92 commit badd308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"abort-controller": "^3.0.0",
9999
"anser": "^1.4.9",
100100
"base64-js": "^1.1.2",
101-
"deprecated-react-native-prop-types": "^2.1.0",
101+
"deprecated-react-native-prop-types": "^2.3.0",
102102
"event-target-shim": "^5.0.1",
103103
"hermes-engine": "~0.10.0",
104104
"invariant": "^2.2.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2535,10 +2535,10 @@ depd@~1.1.2:
25352535
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
25362536
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
25372537

2538-
deprecated-react-native-prop-types@^2.1.0:
2539-
version "2.1.0"
2540-
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.1.0.tgz#1f71cc06951131dc6b968c352047bfdab9d478b2"
2541-
integrity sha512-VZZzU9V6hHxinVI4Ca7imJyXkCcJoRD1GTomQMZt+wcbx0iY22lqFXcJvpWVEoAz01+vhbuWt5Sc3tzrXhRZYw==
2538+
deprecated-react-native-prop-types@^2.3.0:
2539+
version "2.3.0"
2540+
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab"
2541+
integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==
25422542
dependencies:
25432543
"@react-native/normalize-color" "*"
25442544
invariant "*"

0 commit comments

Comments
 (0)