Skip to content

Commit

Permalink
fix(deps): update dependency react-native-screens to v3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent 590cdae commit f6d5b65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-native-maps": "0.28.0",
"react-native-reanimated": "2.10.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.4.0",
"react-native-screens": "3.24.0",
"react-native-vector-icons": "8.1.0",
"react-native-web": "0.17.1",
"react-native-webview": "11.6.5",
Expand Down
14 changes: 10 additions & 4 deletions mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7398,6 +7398,11 @@ react-dom@17.0.2:
object-assign "^4.1.1"
scheduler "^0.20.2"

react-freeze@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.3.tgz#5e3ca90e682fed1d73a7cb50c2c7402b3e85618d"
integrity sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g==

react-is@^16.13.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down Expand Up @@ -7466,11 +7471,12 @@ react-native-safe-area-view@^0.14.9:
dependencies:
hoist-non-react-statics "^2.3.1"

react-native-screens@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.4.0.tgz#91deeac7630db9f3984053e2ab146d71bba7af4e"
integrity sha512-cg+q9MRnVdeOcJyvJtqffoXLur/C2wHA/7IO2+FAipzTlgHbbM1mTuSM7qG+SeiQjoIs4mHOEf7A0ziPKW04sA==
react-native-screens@3.24.0:
version "3.24.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.24.0.tgz#3d40199f9e2594c8d6e9f065772ebb842ecf53f4"
integrity sha512-ncAxY6Fja1eDwxMWsWG1S2lDWbE45f8XtdpKkY+Ovwg52iEov7uWx302PsvBkPpK9dGV4u6f2ZRoZGZYBvSbbA==
dependencies:
react-freeze "^1.0.0"
warn-once "^0.1.0"

react-native-vector-icons@8.1.0:
Expand Down

0 comments on commit f6d5b65

Please sign in to comment.