From 0469e5af5e26c3f1897a3ebff24b91e2c90e5b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 19 Dec 2018 10:43:50 +0100 Subject: [PATCH] deps: update react-native-calendar-events --- android/build.gradle | 2 +- ios/Podfile.lock | 2 +- package-lock.json | 5 +++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6bdc456622..dae2445826 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -78,7 +78,7 @@ allprojects { if ('react-native-background-timer' == project.name) versionQualifier = '-jitsi-3' // 2.0.0 + react-native 0.57 else if ('react-native-calendar-events' == project.name) - versionQualifier = '-jitsi-1' // 056807286da610d884fb6b4c8ca187a767b261f7 + react-native 0.57 + versionQualifier = '-jitsi-2' // 1.6.4 + react-native 0.57 else if ('react-native-fast-image' == project.name) versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57 else if ('react-native-google-signin' == project.name) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 50ae123aca..c9a7b7b152 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -25,7 +25,7 @@ PODS: - React/Core (= 0.57.8) - react-native-background-timer (2.0.0): - React - - react-native-calendar-events (1.6.3): + - react-native-calendar-events (1.6.4): - React - react-native-fast-image (5.1.1): - FLAnimatedImage diff --git a/package-lock.json b/package-lock.json index 6a259d94fa..5aae1a71df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11611,8 +11611,9 @@ "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw==" }, "react-native-calendar-events": { - "version": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7", - "from": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7" + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/react-native-calendar-events/-/react-native-calendar-events-1.6.4.tgz", + "integrity": "sha512-By4lgWQG9eewS9WzhzxVHAewxX40v1CzLnNYXFMOqF06fYVCNykiiTMGlLzz3UXHVwwN1Drxw9uWroQfGRFMsw==" }, "react-native-callstats": { "version": "3.53.4", diff --git a/package.json b/package.json index 2b5a0b9002..18c711bd0f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-linkify": "0.2.2", "react-native": "0.57.8", "react-native-background-timer": "2.0.0", - "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7", + "react-native-calendar-events": "1.6.4", "react-native-callstats": "3.53.4", "react-native-fast-image": "5.1.1", "react-native-google-signin": "1.0.2",