mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Merge pull request #4508 from BlueWallet/renovate/react-native-safe-area-context-3.x
Update dependency react-native-safe-area-context to v3.4.0
This commit is contained in:
commit
f1f1314b2b
14
package-lock.json
generated
14
package-lock.json
generated
@ -88,7 +88,7 @@
|
||||
"react-native-randombytes": "3.6.1",
|
||||
"react-native-rate": "1.2.9",
|
||||
"react-native-reanimated": "2.2.4",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-safe-area-context": "3.4.0",
|
||||
"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",
|
||||
@ -23892,9 +23892,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-safe-area-context": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
||||
"integrity": "sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.4.0.tgz",
|
||||
"integrity": "sha512-kmzSK8L9LX+1rF6+qPBZR0kjGn5rE0IHNHL4px/lNwyxA+0siekTkCG+BlzbBy4V3yKeLzQ+UxgT9mEtDHs/Tg==",
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
@ -46918,9 +46918,9 @@
|
||||
}
|
||||
},
|
||||
"react-native-safe-area-context": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
||||
"integrity": "sha512-yOwiiPJ1rk+/nfK13eafbpW6sKW0jOnsRem2C1LPJjM3tfTof6hlvV5eWHATye3XOpu2cJ7N+HdkUvUDGwFD2Q==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.4.0.tgz",
|
||||
"integrity": "sha512-kmzSK8L9LX+1rF6+qPBZR0kjGn5rE0IHNHL4px/lNwyxA+0siekTkCG+BlzbBy4V3yKeLzQ+UxgT9mEtDHs/Tg==",
|
||||
"requires": {}
|
||||
},
|
||||
"react-native-safe-modules": {
|
||||
|
@ -174,7 +174,7 @@
|
||||
"react-native-randombytes": "3.6.1",
|
||||
"react-native-rate": "1.2.9",
|
||||
"react-native-reanimated": "2.2.4",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-safe-area-context": "3.4.0",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user