Browse Source

fix(libre-build) update react-native-device-info to 8.0.0

Will now work even if installreferrer or GCM are missing.
j8
Saúl Ibarra Corretgé 4 years ago
parent
commit
916208a5ff
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      ios/Podfile.lock
  2. 3
    3
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock View File

@@ -354,7 +354,7 @@ PODS:
354 354
     - React
355 355
   - RNDefaultPreference (1.4.2):
356 356
     - React
357
-  - RNDeviceInfo (7.3.1):
357
+  - RNDeviceInfo (8.0.0):
358 358
     - React-Core
359 359
   - RNGoogleSignin (3.0.1):
360 360
     - GoogleSignIn (~> 5.0.0)
@@ -577,7 +577,7 @@ SPEC CHECKSUMS:
577 577
   ReactCommon: 18014e1d98dbeb9141e935cfe35fc93bd511ffb6
578 578
   RNCAsyncStorage: bc2f81cc1df90c267ce9ed30bb2dbc93b945a8ee
579 579
   RNDefaultPreference: 56a405ce61033ac77b95004dccd7ac54c2eb50d1
580
-  RNDeviceInfo: 57bb2806fb7bd982a1434e9f0b4e6a6ab1f6702e
580
+  RNDeviceInfo: 72ded653ce636b3f03571e90bed99309a714944e
581 581
   RNGoogleSignin: 39336070b35fc4cea6a98cf111e00480317be0ae
582 582
   RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20
583 583
   RNSVG: ce9d996113475209013317e48b05c21ee988d42e

+ 3
- 3
package-lock.json View File

@@ -14199,9 +14199,9 @@
14199 14199
       "integrity": "sha512-kNhBLv8s6kO2gJJFEKM7qew7oRvJnygjgG1CU2ZEY6SlG5qsRX8z1Ms7z1Oo/XB7fVfyXrAoZDGhIvy+uiByrg=="
14200 14200
     },
14201 14201
     "react-native-device-info": {
14202
-      "version": "7.3.1",
14203
-      "resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-7.3.1.tgz",
14204
-      "integrity": "sha512-RQP3etbmXsOlcaxHeHNug68nRli02S9iGC7TbaXpkvyyevIuRogfnrI71sWtqmlT91kdpYAOYKmNfRL9LOSKVw=="
14202
+      "version": "8.0.0",
14203
+      "resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-8.0.0.tgz",
14204
+      "integrity": "sha512-7/DOEhg8GtyW1hpVtWf8F6RvGLaFaOGmex+IkmiBWQC2uW4NFDcfXm+lMMZnduFavTyUTX7AF6lAM3y286cEfA=="
14205 14205
     },
14206 14206
     "react-native-immersive": {
14207 14207
       "version": "2.0.0",

+ 1
- 1
package.json View File

@@ -75,7 +75,7 @@
75 75
     "react-native-callstats": "3.61.0",
76 76
     "react-native-collapsible": "1.5.1",
77 77
     "react-native-default-preference": "1.4.2",
78
-    "react-native-device-info": "7.3.1",
78
+    "react-native-device-info": "8.0.0",
79 79
     "react-native-immersive": "2.0.0",
80 80
     "react-native-keep-awake": "4.0.0",
81 81
     "react-native-linear-gradient": "2.5.6",

Loading…
Cancel
Save