From c48ffd0f651c39f768495a725cfb0a7b65206e0b Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 13 Aug 2020 14:17:27 -0400 Subject: [PATCH] Upgrade react-native-device-info dependency (#4664) --- ios/Podfile.lock | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- ...nfo+5.5.7.patch => react-native-device-info+5.6.4.patch} | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename patches/{react-native-device-info+5.5.7.patch => react-native-device-info+5.6.4.patch} (100%) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 12ec1bb3a..6dcf80174 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -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 diff --git a/package-lock.json b/package-lock.json index a45808e35..899702edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e4d56be1b..71efb9a7b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/patches/react-native-device-info+5.5.7.patch b/patches/react-native-device-info+5.6.4.patch similarity index 100% rename from patches/react-native-device-info+5.5.7.patch rename to patches/react-native-device-info+5.6.4.patch