Update react-native-image-picker dependency (#2446)

This commit is contained in:
Elias Nahum 2018-12-10 17:37:24 -03:00
parent eee312e504
commit ab0e8eb8de
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11248,9 +11248,9 @@
}
},
"react-native-image-picker": {
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-0.27.1.tgz",
"integrity": "sha512-LuEt5I9TFe3+lfN8E9geuN2OOgnld0QmeHRPTCV+mzkT5zASsoibNIUItt6WQBWG4nXC/90aufQYZn92i3lTxw=="
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/react-native-image-picker/-/react-native-image-picker-0.27.2.tgz",
"integrity": "sha512-1GuPIuQHjnLxmzUkmOHbI6cllETVRhJyrf8UoJXotD38+eX4JdcUSHGqV48XPc3e1u7b4HU7drFgyJcKFfQKRA=="
},
"react-native-iphone-x-helper": {
"version": "1.2.0",

View file

@ -36,7 +36,7 @@
"react-native-exception-handler": "2.10.2",
"react-native-gesture-handler": "1.0.10",
"react-native-image-gallery": "github:enahum/react-native-image-gallery#a98b1051e94f5a394541ca1ff9b15e2c9ffed84f",
"react-native-image-picker": "0.27.1",
"react-native-image-picker": "0.27.2",
"react-native-keyboard-aware-scroll-view": "0.7.4",
"react-native-keychain": "3.0.0",
"react-native-linear-gradient": "2.4.4",