Update dependency react-native-screens to v3.14.1

This commit is contained in:
renovate[bot] 2022-07-04 12:01:57 +00:00 committed by GitHub
parent 0322158103
commit e7a4709dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.9.1",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.14.0",
"react-native-screens": "3.14.1",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.6.4",
"react-native-svg": "12.3.0",
@ -22116,9 +22116,9 @@
"integrity": "sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s="
},
"node_modules/react-native-screens": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.14.0.tgz",
"integrity": "sha512-ckwEped1/2KmbPwUgHtH2HAkTmaxb3Y2EseCk1VEvR+ilCj21Zqa+ZsLjLuWf8yKlJxu5+t8RjRppxZ2kFmkHQ==",
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.14.1.tgz",
"integrity": "sha512-QkaiYEx5kuAkLjfN+AmR7FC9jyzohqnc5T1PBi35oZtGiLMoyTJIzyep/g8458++WvDwm0vismIifaNHsWFyHg==",
"dependencies": {
"react-freeze": "^1.0.0",
"warn-once": "^0.1.0"
@ -44563,9 +44563,9 @@
}
},
"react-native-screens": {
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.14.0.tgz",
"integrity": "sha512-ckwEped1/2KmbPwUgHtH2HAkTmaxb3Y2EseCk1VEvR+ilCj21Zqa+ZsLjLuWf8yKlJxu5+t8RjRppxZ2kFmkHQ==",
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.14.1.tgz",
"integrity": "sha512-QkaiYEx5kuAkLjfN+AmR7FC9jyzohqnc5T1PBi35oZtGiLMoyTJIzyep/g8458++WvDwm0vismIifaNHsWFyHg==",
"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.9.1",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.14.0",
"react-native-screens": "3.14.1",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.6.4",
"react-native-svg": "12.3.0",