OPS: Podfile

This commit is contained in:
Marcos Rodriguez Vélez 2021-08-25 01:56:49 -04:00
parent acd39cb675
commit b6463c5c15
2 changed files with 9 additions and 9 deletions

View File

@ -269,13 +269,13 @@ PODS:
- React
- react-native-blur (0.8.0):
- React
- react-native-camera (4.0.3):
- react-native-camera (4.1.0):
- React-Core
- react-native-camera/RCT (= 4.0.3)
- react-native-camera/RN (= 4.0.3)
- react-native-camera/RCT (4.0.3):
- react-native-camera/RCT (= 4.1.0)
- react-native-camera/RN (= 4.1.0)
- react-native-camera/RCT (4.1.0):
- React-Core
- react-native-camera/RN (4.0.3):
- react-native-camera/RN (4.1.0):
- React-Core
- react-native-document-picker (3.5.4):
- React
@ -744,7 +744,7 @@ SPEC CHECKSUMS:
React-jsinspector: cc614ec18a9ca96fd275100c16d74d62ee11f0ae
react-native-blue-crypto: 23f1558ad3d38d7a2edb7e2f6ed1bc520ed93e56
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
react-native-camera: 4f6b1e1cf2066b3a5b0d8bc062c55881c97325b6
react-native-camera: 87f9f4e0ae5bc7eaf867c891866bf1e830dc5277
react-native-document-picker: c5752781fbc0c126c627c1549b037c139444a4cf
react-native-fingerprint-scanner: c68136ca57e3704d7bdf5faa554ea535ce15b1d0
react-native-idle-timer: 97b8283237d45146a7a5c25bdebe9e1e85f3687b

6
package-lock.json generated
View File

@ -17530,9 +17530,9 @@
"from": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c"
},
"react-native-camera": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.0.3.tgz",
"integrity": "sha512-5mGZDuzo7X3MbH3Z9vdkvz8tOAc1JqL3k0ldm9afCmwzN6JBMXYhMomnki6E8OrF+OE45sDpQURsozg2qO/k9A==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-4.1.0.tgz",
"integrity": "sha512-I8cRzBXH7FznnQn1nWpuaM3HBHtiMS3L+lLp4MDODfxniF3UB7xiT6BoFC0qnM3irIhsM4QbNL5EemHMyNt4hw==",
"requires": {
"prop-types": "^15.6.2"
}