From 2b1cb75e40321337b728e926688e6e1516eadbb7 Mon Sep 17 00:00:00 2001 From: Bettenbuk Zoltan Date: Mon, 19 Nov 2018 11:03:36 +0100 Subject: [PATCH] [RN] Update react-native-calendar-events lib This is required to get rid of a warning after react native update. See related commit in lib. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee375ef1..b7eb9e7e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11730,8 +11730,8 @@ "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw==" }, "react-native-calendar-events": { - "version": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b", - "from": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b" + "version": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7", + "from": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7" }, "react-native-callstats": { "version": "3.53.4", diff --git a/package.json b/package.json index 4080d6826..810104fb5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-i18next": "7.13.0", "react-native": "0.57.1", "react-native-background-timer": "2.0.0", - "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b", + "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7", "react-native-callstats": "3.53.4", "react-native-fast-image": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285", "react-native-google-signin": "1.0.0-rc6",