Skip to content

Commit d80038c

Browse files
Bump deprecated-react-native-prop-types from 2.3.0 to 4.0.0
Bumps [deprecated-react-native-prop-types](https://github.com/facebook/react-native-deprecated-modules) from 2.3.0 to 4.0.0. - [Release notes](https://github.com/facebook/react-native-deprecated-modules/releases) - [Commits](https://github.com/facebook/react-native-deprecated-modules/commits) --- updated-dependencies: - dependency-name: deprecated-react-native-prop-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 146954c commit d80038c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/swrlab/react-native-settings-list#readme",
2727
"dependencies": {
2828
"create-react-class": "^15.7.0",
29-
"deprecated-react-native-prop-types": "^3.0.1",
29+
"deprecated-react-native-prop-types": "^4.0.0",
3030
"prop-types": "^15.8.1"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@nodelib/fs.scandir" "2.1.5"
5858
fastq "^1.6.0"
5959

60-
"@react-native/normalize-color@*":
61-
version "2.1.0"
62-
resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.1.0.tgz#939b87a9849e81687d3640c5efa2a486ac266f91"
63-
integrity sha512-Z1jQI2NpdFJCVgpY+8Dq/Bt3d+YUi1928Q+/CZm/oh66fzM0RUl54vvuXlPJKybH4pdCZey1eDTPaLHkMPNgWA==
60+
"@react-native/normalize-colors@*":
61+
version "0.72.0"
62+
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz#14294b7ed3c1d92176d2a00df48456e8d7d62212"
63+
integrity sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==
6464

6565
acorn-jsx@^5.3.2:
6666
version "5.3.2"
@@ -171,12 +171,12 @@ deep-is@^0.1.3:
171171
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
172172
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
173173

174-
deprecated-react-native-prop-types@^3.0.1:
175-
version "3.0.1"
176-
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
177-
integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==
174+
deprecated-react-native-prop-types@^4.0.0:
175+
version "4.0.0"
176+
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.0.0.tgz#544845e32f3220bc676f18c0b846d673399c45cb"
177+
integrity sha512-q0kk77qFPC4adlnZH7cv9lfbHALeaTkl7wT1uNERc+e0Os3KcBKKy1rVliTE8sfey6TP6OPzoIXpr9OPidvvHw==
178178
dependencies:
179-
"@react-native/normalize-color" "*"
179+
"@react-native/normalize-colors" "*"
180180
invariant "*"
181181
prop-types "*"
182182

0 commit comments

Comments
 (0)