Compare commits

...

1 Commits

Author SHA1 Message Date
Miguel Alatzar
387d4094b7 Update react-native-device-info and fix status value: (#2892) 2019-06-17 20:23:27 -07:00
3 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,
@@ -57,7 +57,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,
@@ -88,7 +88,7 @@
],
"services": {
"analytics_service": {
"status": 0
"status": 2
},
"appinvite_service": {
"status": 1,

5
package-lock.json generated
View File

@@ -13165,6 +13165,7 @@
"harmony-reflect": "1.6.1",
"isomorphic-fetch": "2.2.1",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"redux": "4.0.1",
"redux-action-buffer": "1.2.0",
"redux-batched-actions": "0.4.1",
@@ -15474,8 +15475,8 @@
}
},
"react-native-device-info": {
"version": "github:mattermost/react-native-device-info#5be3656f4e0ca5c3544618e5df3e9a498f183483",
"from": "github:mattermost/react-native-device-info#5be3656f4e0ca5c3544618e5df3e9a498f183483"
"version": "github:mattermost/react-native-device-info#7acc6130cafe129a78b1e28d760db5c647aa82a0",
"from": "github:mattermost/react-native-device-info#7acc6130cafe129a78b1e28d760db5c647aa82a0"
},
"react-native-doc-viewer": {
"version": "2.7.8",

View File

@@ -32,7 +32,7 @@
"react-native-calendars": "github:mattermost/react-native-calendars#4937ec5a3bf7e86f9f35fcd85eb4aa6133f45b58",
"react-native-circular-progress": "1.1.0",
"react-native-cookies": "github:joeferraro/react-native-cookies#f11374745deba9f18f7b8a9bb4b0b2573026f522",
"react-native-device-info": "github:mattermost/react-native-device-info#5be3656f4e0ca5c3544618e5df3e9a498f183483",
"react-native-device-info": "github:mattermost/react-native-device-info#7acc6130cafe129a78b1e28d760db5c647aa82a0",
"react-native-doc-viewer": "2.7.8",
"react-native-document-picker": "2.3.0",
"react-native-exception-handler": "2.10.7",