Updates react-native callstats dependency, to use siteID on mobile.

This commit is contained in:
damencho 2019-07-12 17:48:35 +01:00 committed by Дамян Минков
parent 1e18af2d1a
commit 250c61279b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12301,9 +12301,9 @@
"integrity": "sha512-By4lgWQG9eewS9WzhzxVHAewxX40v1CzLnNYXFMOqF06fYVCNykiiTMGlLzz3UXHVwwN1Drxw9uWroQfGRFMsw=="
},
"react-native-callstats": {
"version": "3.58.2",
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.58.2.tgz",
"integrity": "sha512-XTZcQN0raFBRXB01Y78sH9rkskSXsEamFogq3hr85+DMSUCGmXmPWKsQ9cYp0bLa7HaKWaQLEB3jmQ3xOAwF4g==",
"version": "3.61.0",
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.61.0.tgz",
"integrity": "sha512-Tr1+FjhhCUmRpNQYoKkekEXA8pho9iDhOjUt0CHXBOXpEDH3r5feAaBDWucYsStfmP7jWU8ZrsszgGKPB1oSOg==",
"requires": {
"base-64": "0.1.0",
"jssha": "^2.2.0"

View File

@ -68,7 +68,7 @@
"react-native": "0.59.8",
"react-native-background-timer": "2.1.1",
"react-native-calendar-events": "1.6.4",
"react-native-callstats": "3.58.2",
"react-native-callstats": "3.61.0",
"react-native-google-signin": "2.0.0",
"react-native-immersive": "2.0.0",
"react-native-keep-awake": "4.0.0",