Browse Source

[RN] Update react-native-calendar-events (continued)

PR https://github.com/wmcmahan/react-native-calendar-events/pull/186 has
been merged upstream.
master
Lyubo Marinov 6 years ago
parent
commit
d62974b433
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      ios/Podfile.lock
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
ios/Podfile.lock View File

@@ -11,7 +11,7 @@ PODS:
11 11
     - React/Core (= 0.55.4)
12 12
   - react-native-background-timer (2.0.0):
13 13
     - React
14
-  - react-native-calendar-events (1.6.1):
14
+  - react-native-calendar-events (1.6.2):
15 15
     - React
16 16
   - react-native-fast-image (4.0.14):
17 17
     - FLAnimatedImage

+ 2
- 2
package-lock.json View File

@@ -12744,8 +12744,8 @@
12744 12744
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
12745 12745
     },
12746 12746
     "react-native-calendar-events": {
12747
-      "version": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a",
12748
-      "from": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a"
12747
+      "version": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b",
12748
+      "from": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b"
12749 12749
     },
12750 12750
     "react-native-callstats": {
12751 12751
       "version": "3.52.0",

+ 1
- 1
package.json View File

@@ -62,7 +62,7 @@
62 62
     "react-i18next": "4.8.0",
63 63
     "react-native": "0.55.4",
64 64
     "react-native-background-timer": "2.0.0",
65
-    "react-native-calendar-events": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a",
65
+    "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#cb2731db6684a49b4343e09de7f9c2fcc68bcd9b",
66 66
     "react-native-callstats": "3.52.0",
67 67
     "react-native-fast-image": "4.0.14",
68 68
     "react-native-immersive": "1.1.0",

Loading…
Cancel
Save