Update dependency react-native-share to v7

This commit is contained in:
Renovate Bot 2021-08-06 20:26:42 +00:00
parent 1dcfda9a59
commit 637608f26a
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -18264,9 +18264,9 @@
}
},
"react-native-safe-area-context": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz",
"integrity": "sha512-k2Nty4PwSnrg9HwrYeeE+EYqViYJoOFwEy9LxL5RIRfoqxAq/uQXNGwpUg2/u4gnKpBbEPa9eRh15KKMe/VHkA=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.0.tgz",
"integrity": "sha512-IrCNx56LO9RJ75yCf2CSSO1ceLj3mvxTAF+HWnehaeRIfF4pIcIn3WEUlXulFiha641OKS5X0+1XZCbbQ7pITA=="
},
"react-native-safe-modules": {
"version": "1.0.3",
@ -18289,9 +18289,9 @@
"from": "git+https://github.com/BlueWallet/react-native-secure-key-store.git#63ab38c9d382a819844a086a69cc204c46aa93f9"
},
"react-native-share": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-6.5.0.tgz",
"integrity": "sha512-T46Mn+ALx2Fg+2/ksWFtzxSYNl34Xe/PH8eabx6DsLuCTDxatyaUblmpzDBjTO4rIMuVuTGMtR4mzwKKZcB5ZA=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-7.0.0.tgz",
"integrity": "sha512-2ImJYJotFg3bTihNrQIqDKCAJ2xV0/MjGmH5MaC1GXDvGTeuU1L2/sFrJLHTAYi+K6D6VTWGbv5h9SzXtuo39Q=="
},
"react-native-sortable-list": {
"version": "git+https://github.com/BlueWallet/react-native-sortable-list.git#46e39a30ae0c4328e7c06c30b72b1af0b69e1aeb",

View file

@ -176,7 +176,7 @@
"react-native-safe-area-context": "3.3.0",
"react-native-screens": "3.5.0",
"react-native-secure-key-store": "https://github.com/BlueWallet/react-native-secure-key-store#63ab38c9d382a819844a086a69cc204c46aa93f9",
"react-native-share": "6.5.0",
"react-native-share": "7.0.0",
"react-native-sortable-list": "https://github.com/BlueWallet/react-native-sortable-list.git#46e39a30ae0c4328e7c06c30b72b1af0b69e1aeb",
"react-native-svg": "12.1.1",
"react-native-tcp-socket": "3.7.1",