ソースを参照

deps: update react-native-calendar-events

master
Saúl Ibarra Corretgé 6年前
コミット
0469e5af5e
4個のファイルの変更6行の追加5行の削除
  1. 1
    1
      android/build.gradle
  2. 1
    1
      ios/Podfile.lock
  3. 3
    2
      package-lock.json
  4. 1
    1
      package.json

+ 1
- 1
android/build.gradle ファイルの表示

@@ -78,7 +78,7 @@ allprojects {
78 78
             if ('react-native-background-timer' == project.name)
79 79
                 versionQualifier = '-jitsi-3' // 2.0.0 + react-native 0.57
80 80
             else if ('react-native-calendar-events' == project.name)
81
-                versionQualifier = '-jitsi-1' // 056807286da610d884fb6b4c8ca187a767b261f7 + react-native 0.57
81
+                versionQualifier = '-jitsi-2' // 1.6.4 + react-native 0.57
82 82
             else if ('react-native-fast-image' == project.name)
83 83
                 versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57
84 84
             else if ('react-native-google-signin' == project.name)

+ 1
- 1
ios/Podfile.lock ファイルの表示

@@ -25,7 +25,7 @@ PODS:
25 25
     - React/Core (= 0.57.8)
26 26
   - react-native-background-timer (2.0.0):
27 27
     - React
28
-  - react-native-calendar-events (1.6.3):
28
+  - react-native-calendar-events (1.6.4):
29 29
     - React
30 30
   - react-native-fast-image (5.1.1):
31 31
     - FLAnimatedImage

+ 3
- 2
package-lock.json ファイルの表示

@@ -11611,8 +11611,9 @@
11611 11611
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
11612 11612
     },
11613 11613
     "react-native-calendar-events": {
11614
-      "version": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7",
11615
-      "from": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7"
11614
+      "version": "1.6.4",
11615
+      "resolved": "https://registry.npmjs.org/react-native-calendar-events/-/react-native-calendar-events-1.6.4.tgz",
11616
+      "integrity": "sha512-By4lgWQG9eewS9WzhzxVHAewxX40v1CzLnNYXFMOqF06fYVCNykiiTMGlLzz3UXHVwwN1Drxw9uWroQfGRFMsw=="
11616 11617
     },
11617 11618
     "react-native-callstats": {
11618 11619
       "version": "3.53.4",

+ 1
- 1
package.json ファイルの表示

@@ -64,7 +64,7 @@
64 64
     "react-linkify": "0.2.2",
65 65
     "react-native": "0.57.8",
66 66
     "react-native-background-timer": "2.0.0",
67
-    "react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7",
67
+    "react-native-calendar-events": "1.6.4",
68 68
     "react-native-callstats": "3.53.4",
69 69
     "react-native-fast-image": "5.1.1",
70 70
     "react-native-google-signin": "1.0.2",

読み込み中…
キャンセル
保存