Update dependency react-native-screens to v3.11.0

This commit is contained in:
Renovate Bot 2022-02-10 00:54:20 +00:00
parent 7f567ef52e
commit 2994545598
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -89,7 +89,7 @@
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.2",
"react-native-screens": "3.11.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.3.5",
"react-native-svg": "12.1.1",
@ -20415,9 +20415,9 @@
"integrity": "sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s="
},
"node_modules/react-native-screens": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.10.2.tgz",
"integrity": "sha512-bMKSpwMeqAoXBqTJiDEG1ogM1cMk66sEmpp/4dGqdX59v+OwMqPeTuBk37qaSuS7gPOFFKsNW2X3ymGvBT4iEw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.11.0.tgz",
"integrity": "sha512-4ml42gzxqcjIoPr0zNeN9AHNRK06v2VrF5McT+QpU1GXipehycJ1BBWfziMEsMKZiUeVy4TU7qFlHUuys2mlzw==",
"dependencies": {
"react-freeze": "^1.0.0",
"warn-once": "^0.1.0"
@ -40793,9 +40793,9 @@
}
},
"react-native-screens": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.10.2.tgz",
"integrity": "sha512-bMKSpwMeqAoXBqTJiDEG1ogM1cMk66sEmpp/4dGqdX59v+OwMqPeTuBk37qaSuS7gPOFFKsNW2X3ymGvBT4iEw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.11.0.tgz",
"integrity": "sha512-4ml42gzxqcjIoPr0zNeN9AHNRK06v2VrF5McT+QpU1GXipehycJ1BBWfziMEsMKZiUeVy4TU7qFlHUuys2mlzw==",
"requires": {
"react-freeze": "^1.0.0",
"warn-once": "^0.1.0"

View file

@ -175,7 +175,7 @@
"react-native-rate": "1.2.9",
"react-native-reanimated": "2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.10.2",
"react-native-screens": "3.11.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.3.5",
"react-native-svg": "12.1.1",