Merge pull request #4967 from BlueWallet/renovate/react-native-screens-3.x

Update dependency react-native-screens to v3.16.0
This commit is contained in:
GLaDOS 2022-08-20 16:25:37 +01:00 committed by GitHub
commit aa6e77e9b1
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-rate": "1.2.9",
"react-native-reanimated": "2.9.1", "react-native-reanimated": "2.9.1",
"react-native-safe-area-context": "3.4.1", "react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.15.0", "react-native-screens": "3.16.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9", "react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.8.0", "react-native-share": "7.8.0",
"react-native-svg": "12.4.4", "react-native-svg": "12.4.4",
@ -22360,9 +22360,9 @@
"integrity": "sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s=" "integrity": "sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s="
}, },
"node_modules/react-native-screens": { "node_modules/react-native-screens": {
"version": "3.15.0", "version": "3.16.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.15.0.tgz", "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.16.0.tgz",
"integrity": "sha512-ezC5TibsUYyqPuuHpZoM3iEl6bRzCVBMJeGaFkn7xznuOt1VwkZVub0BvafIEYR/+AQC/RjxzMSQPs1qal0+wA==", "integrity": "sha512-h87K/r6Oj4VQkDiICorG8/4LscQfBfFwPCluAW4zmbQILSZGc/NWqWSFV1mOQlpDrqOsc1DohBmnsmV6imMkbQ==",
"dependencies": { "dependencies": {
"react-freeze": "^1.0.0", "react-freeze": "^1.0.0",
"warn-once": "^0.1.0" "warn-once": "^0.1.0"
@ -45065,9 +45065,9 @@
} }
}, },
"react-native-screens": { "react-native-screens": {
"version": "3.15.0", "version": "3.16.0",
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.15.0.tgz", "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.16.0.tgz",
"integrity": "sha512-ezC5TibsUYyqPuuHpZoM3iEl6bRzCVBMJeGaFkn7xznuOt1VwkZVub0BvafIEYR/+AQC/RjxzMSQPs1qal0+wA==", "integrity": "sha512-h87K/r6Oj4VQkDiICorG8/4LscQfBfFwPCluAW4zmbQILSZGc/NWqWSFV1mOQlpDrqOsc1DohBmnsmV6imMkbQ==",
"requires": { "requires": {
"react-freeze": "^1.0.0", "react-freeze": "^1.0.0",
"warn-once": "^0.1.0" "warn-once": "^0.1.0"

View file

@ -175,7 +175,7 @@
"react-native-rate": "1.2.9", "react-native-rate": "1.2.9",
"react-native-reanimated": "2.9.1", "react-native-reanimated": "2.9.1",
"react-native-safe-area-context": "3.4.1", "react-native-safe-area-context": "3.4.1",
"react-native-screens": "3.15.0", "react-native-screens": "3.16.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9", "react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "7.8.0", "react-native-share": "7.8.0",
"react-native-svg": "12.4.4", "react-native-svg": "12.4.4",