OPS: Podfile

This commit is contained in:
Marcos Rodriguez Velez 2024-04-08 18:51:24 -04:00
parent e3d97b5a16
commit 986167329c
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 22 additions and 20 deletions

View File

@ -475,7 +475,7 @@ PODS:
- React-Core
- RNCAsyncStorage (1.23.1):
- React-Core
- RNCClipboard (1.13.2):
- RNCClipboard (1.14.0):
- React-Core
- RNCPushNotificationIOS (1.11.0):
- React-Core
@ -492,7 +492,7 @@ PODS:
- React
- RNKeychain (8.2.0):
- React-Core
- RNLocalize (3.0.6):
- RNLocalize (3.1.0):
- React-Core
- RNPermissions (4.1.5):
- React-Core
@ -845,7 +845,7 @@ SPEC CHECKSUMS:
RealmJS: 385df5ee940d96f1de26b1dab153e325633d3052
rn-ldk: 0d8749d98cc5ce67302a32831818c116b67f7643
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
RNCClipboard: 090462274cc05b02628bd158baf6d73c3abe8441
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
RNDeviceInfo: 4f9c7cfd6b9db1b05eb919620a001cf35b536423
@ -853,7 +853,7 @@ SPEC CHECKSUMS:
RNGestureHandler: b83cf821f60b7ec59827f0ed9e5b8c46b1de2c99
RNHandoff: d3b0754cca3a6bcd9b25f544f733f7f033ccf5fa
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNLocalize: 4222a3756cdbe2dc9a5bdf445765a4d2572107cb
RNLocalize: e8694475db034bf601e17bd3dfa8986565e769eb
RNPermissions: 9fa74223844f437bc309e112994859dc47194829
RNPrivacySnapshot: 71919dde3c6a29dd332115409c2aec564afee8f4
RNQuickAction: 6d404a869dc872cde841ad3147416a670d13fa93

34
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@ngraveio/bc-ur": "1.1.12",
"@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.13.2",
"@react-native-clipboard/clipboard": "1.14.0",
"@react-native-community/push-notification-ios": "1.11.0",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/native": "6.1.17",
@ -76,7 +76,7 @@
"react-native-ios-context-menu": "github:BlueWallet/react-native-ios-context-menu#v1.15.3",
"react-native-keychain": "8.2.0",
"react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.0.6",
"react-native-localize": "3.1.0",
"react-native-modal": "13.0.1",
"react-native-obscure": "https://github.com/BlueWallet/react-native-obscure.git#f4b83b4a261e39b1f5ed4a45ac5bcabc8a59eadb",
"react-native-passcode-auth": "https://github.com/BlueWallet/react-native-passcode-auth#a2ff977ba92b36f8d0a5567f59c05cc608e8bd12",
@ -4315,12 +4315,14 @@
}
},
"node_modules/@react-native-clipboard/clipboard": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.13.2.tgz",
"integrity": "sha512-uVM55oEGc6a6ZmSATDeTcMm55A/C1km5X47g0xaoF0Zagv7N/8RGvLceA5L/izPwflIy78t7XQeJUcnGSib0nA==",
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.14.0.tgz",
"integrity": "sha512-kDLfA6HzP4T+kfGTEGdbsc2r4q0xQALshRQp8Ph/5YD5qT4CZdgkQM3oloKHIdh+AVks+QjtVHK1cZ1xb0Or7w==",
"peerDependencies": {
"react": ">=16.0",
"react-native": ">=0.57.0"
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-windows": "^0.73.0"
}
},
"node_modules/@react-native-community/cli": {
@ -19498,9 +19500,9 @@
}
},
"node_modules/react-native-localize": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.0.6.tgz",
"integrity": "sha512-pfwwNKRfXcxp0LZEzj5oW2/uo5oZOhiQ4PYlg8uLlsl9pDLcWg03yLCHohTWKX02vE/BFz9hkrHT/nQtlO/iFg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.1.0.tgz",
"integrity": "sha512-A7Rrxl8vuAr5FAqtMFrM5ELLdmszohK6FoHL6qlgxx4HScyOnadoZksbvKHbn+zV5nE8kud2Z4kJM10cN120Zg==",
"peerDependencies": {
"react": ">=18.1.0",
"react-native": ">=0.70.0",
@ -25572,9 +25574,9 @@
}
},
"@react-native-clipboard/clipboard": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.13.2.tgz",
"integrity": "sha512-uVM55oEGc6a6ZmSATDeTcMm55A/C1km5X47g0xaoF0Zagv7N/8RGvLceA5L/izPwflIy78t7XQeJUcnGSib0nA=="
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.14.0.tgz",
"integrity": "sha512-kDLfA6HzP4T+kfGTEGdbsc2r4q0xQALshRQp8Ph/5YD5qT4CZdgkQM3oloKHIdh+AVks+QjtVHK1cZ1xb0Or7w=="
},
"@react-native-community/cli": {
"version": "11.4.1",
@ -37137,9 +37139,9 @@
"integrity": "sha512-KflAXZcEg54PXkLyflaSZQ3PJp4uC4whM7nT/Uot9m0e/qxFV3p6uor1983D1YOBJbJN7rrWdqIjq0T42jOJyA=="
},
"react-native-localize": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.0.6.tgz",
"integrity": "sha512-pfwwNKRfXcxp0LZEzj5oW2/uo5oZOhiQ4PYlg8uLlsl9pDLcWg03yLCHohTWKX02vE/BFz9hkrHT/nQtlO/iFg=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/react-native-localize/-/react-native-localize-3.1.0.tgz",
"integrity": "sha512-A7Rrxl8vuAr5FAqtMFrM5ELLdmszohK6FoHL6qlgxx4HScyOnadoZksbvKHbn+zV5nE8kud2Z4kJM10cN120Zg=="
},
"react-native-modal": {
"version": "13.0.1",