Upgrade react-native-document-picker dependency (#4669)

This commit is contained in:
Elias Nahum
2020-08-13 17:03:19 -04:00
committed by GitHub
parent d1d7b7f9d6
commit 53fa5a1db7
3 changed files with 6 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ PODS:
- React
- react-native-cookies (3.2.0):
- React
- react-native-document-picker (3.4.0):
- react-native-document-picker (3.5.4):
- React
- react-native-hw-keyboard-event (0.0.4):
- React
@@ -610,7 +610,7 @@ SPEC CHECKSUMS:
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
react-native-cameraroll: 7c2e22b5a8e8f30fc6d5566c942b225ca7129752
react-native-cookies: 854d59c4135c70b92a02ca4930e68e4e2eb58150
react-native-document-picker: d694111879537cec2c258a1dcd2243d9df746824
react-native-document-picker: c5752781fbc0c126c627c1549b037c139444a4cf
react-native-hw-keyboard-event: b517cefb8d5c659a38049c582de85ff43337dc53
react-native-image-picker: 668e72d0277dc8c12ae90e835507c1eddd2e4f85
react-native-local-auth: 359af242caa1e5c501ac9dfe33b1e238ad8f08c6

6
package-lock.json generated
View File

@@ -18243,9 +18243,9 @@
"integrity": "sha512-N7IC/bxE+UfdY1X/wLCIk3jFeVVazg33IXIVovE37+bdfndZx+dmeBcN2/XDgVT51rUC5K2S2m8vqkAFeBO/6Q=="
},
"react-native-document-picker": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/react-native-document-picker/-/react-native-document-picker-3.4.0.tgz",
"integrity": "sha512-YdjiiElDdvOj55IDPNJ0kxXxzDRWyDymV/iYZJt34ueRWWFLIff+DymSjBc0QljrIFv7pODws2lo81+5Y0ww0w=="
"version": "3.5.4",
"resolved": "https://registry.npmjs.org/react-native-document-picker/-/react-native-document-picker-3.5.4.tgz",
"integrity": "sha512-ZKGAa8ztQ7zA1eE95OCiNsI/Q6fiq1Q3es8MyOEakBkWcX9avWNYaJUrbv/8v80Vo4RzcNxsO3wT6a2hgfpz7A=="
},
"react-native-elements": {
"version": "2.2.0",

View File

@@ -41,7 +41,7 @@
"react-native-circular-progress": "1.3.6",
"react-native-cookies": "github:mattermost/react-native-cookies#b35bafc388ae09c83bd875e887daf6a0755e0b40",
"react-native-device-info": "5.6.4",
"react-native-document-picker": "3.4.0",
"react-native-document-picker": "3.5.4",
"react-native-elements": "2.2.0",
"react-native-exception-handler": "2.10.8",
"react-native-fast-image": "8.1.5",