Upgrade react-native-device-info dependency (#4664)

This commit is contained in:
Elias Nahum
2020-08-13 14:17:27 -04:00
committed by GitHub
parent c57c2f4245
commit c48ffd0f65
4 changed files with 6 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ PODS:
- React
- RNCMaskedView (0.1.10):
- React
- RNDeviceInfo (5.5.7):
- RNDeviceInfo (5.6.4):
- React
- RNFastImage (8.1.5):
- React
@@ -639,7 +639,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: db711e29e5e0500d9bd21aa0c2e397efa45302b1
RNCClipboard: 5f3218dcdc28405aa2ae72b78e388f150b826dd3
RNCMaskedView: f5c7d14d6847b7b44853f7acb6284c1da30a3459
RNDeviceInfo: 498ccbf8b1361fe858581e3c1193ecee1a031e62
RNDeviceInfo: b4e7cc649b2258a60490c7ac096efbf85fbe65c3
RNFastImage: 35ae972d6727c84ee3f5c6897e07f84d0a3445e9
RNFileViewer: 3600e85d326dadfd0fd367eb38fcb4300b699b49
RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38

6
package-lock.json generated
View File

@@ -18238,9 +18238,9 @@
}
},
"react-native-device-info": {
"version": "5.5.7",
"resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-5.5.7.tgz",
"integrity": "sha512-0021blhx/N1+mWQPOW3QAMWhOjYdG0uC5n+P6sMXZD3pF9aiIeCKuw4JpBpfNXXpUmDmQ7qWgHZUZO7JBMRijw=="
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-5.6.4.tgz",
"integrity": "sha512-N7IC/bxE+UfdY1X/wLCIk3jFeVVazg33IXIVovE37+bdfndZx+dmeBcN2/XDgVT51rUC5K2S2m8vqkAFeBO/6Q=="
},
"react-native-document-picker": {
"version": "3.4.0",

View File

@@ -40,7 +40,7 @@
"react-native-calendars": "1.303.0",
"react-native-circular-progress": "1.3.6",
"react-native-cookies": "github:mattermost/react-native-cookies#b35bafc388ae09c83bd875e887daf6a0755e0b40",
"react-native-device-info": "5.5.7",
"react-native-device-info": "5.6.4",
"react-native-document-picker": "3.4.0",
"react-native-elements": "2.2.0",
"react-native-exception-handler": "2.10.8",