Skip to content

Commit e031c05

Browse files
committed
Bump deprecated-react-native-prop-types to ^4.2.3
This version correctly sets a dependency on `"@react-native/normalize-colors": "<0.73.0"` (from `"*"`), preventing future unwanted breakages.
1 parent 4fd3da2 commit e031c05

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"abort-controller": "^3.0.0",
9292
"anser": "^1.4.9",
9393
"base64-js": "^1.1.2",
94-
"deprecated-react-native-prop-types": "4.1.0",
94+
"deprecated-react-native-prop-types": "^4.2.3",
9595
"event-target-shim": "^5.0.1",
9696
"flow-enums-runtime": "^0.0.5",
9797
"invariant": "^2.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,14 +3968,14 @@ depd@~1.1.2:
39683968
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
39693969
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
39703970

3971-
deprecated-react-native-prop-types@4.1.0:
3972-
version "4.1.0"
3973-
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz#8ed03a64c21b7fbdd2d000957b6838d4f38d2c66"
3974-
integrity sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==
3971+
deprecated-react-native-prop-types@^4.2.3:
3972+
version "4.2.3"
3973+
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.2.3.tgz#0ef845c1a80ef1636bd09060e4cdf70f9727e5ad"
3974+
integrity sha512-2rLTiMKidIFFYpIVM69UnQKngLqQfL6I11Ch8wGSBftS18FUXda+o2we2950X+1dmbgps28niI3qwyH4eX3Z1g==
39753975
dependencies:
3976-
"@react-native/normalize-colors" "*"
3977-
invariant "*"
3978-
prop-types "*"
3976+
"@react-native/normalize-colors" "<0.73.0"
3977+
invariant "^2.2.4"
3978+
prop-types "^15.8.1"
39793979

39803980
deprecation@^2.0.0, deprecation@^2.3.1:
39813981
version "2.3.1"
@@ -5287,7 +5287,7 @@ interpret@^1.0.0:
52875287
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
52885288
integrity sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=
52895289

5290-
invariant@*, invariant@^2.2.4:
5290+
invariant@^2.2.4:
52915291
version "2.2.4"
52925292
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
52935293
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -7392,7 +7392,7 @@ prompts@^2.0.1, prompts@^2.4.0:
73927392
kleur "^3.0.3"
73937393
sisteransi "^1.0.5"
73947394

7395-
prop-types@*, prop-types@^15.8.1:
7395+
prop-types@^15.8.1:
73967396
version "15.8.1"
73977397
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
73987398
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==

0 commit comments

Comments
 (0)