Skip to content

Commit

Permalink
Bump deprecated-react-native-prop-types from 2.3.0 to 4.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2023
1 parent dbf0ab7 commit 0fe887c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/swrlab/react-native-settings-list#readme",
"dependencies": {
"create-react-class": "^15.7.0",
"deprecated-react-native-prop-types": "3.0.1",
"deprecated-react-native-prop-types": "4.0.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

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

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

deprecated-react-native-prop-types@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==
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==
dependencies:
"@react-native/normalize-color" "*"
"@react-native/normalize-colors" "*"
invariant "*"
prop-types "*"

Expand Down

0 comments on commit 0fe887c

Please sign in to comment.