瀏覽代碼

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
             if ('react-native-background-timer' == project.name)
78
             if ('react-native-background-timer' == project.name)
79
                 versionQualifier = '-jitsi-3' // 2.0.0 + react-native 0.57
79
                 versionQualifier = '-jitsi-3' // 2.0.0 + react-native 0.57
80
             else if ('react-native-calendar-events' == project.name)
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
             else if ('react-native-fast-image' == project.name)
82
             else if ('react-native-fast-image' == project.name)
83
                 versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57
83
                 versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57
84
             else if ('react-native-google-signin' == project.name)
84
             else if ('react-native-google-signin' == project.name)

+ 1
- 1
ios/Podfile.lock 查看文件

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

+ 3
- 2
package-lock.json 查看文件

11611
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
11611
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
11612
     },
11612
     },
11613
     "react-native-calendar-events": {
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
     "react-native-callstats": {
11618
     "react-native-callstats": {
11618
       "version": "3.53.4",
11619
       "version": "3.53.4",

+ 1
- 1
package.json 查看文件

64
     "react-linkify": "0.2.2",
64
     "react-linkify": "0.2.2",
65
     "react-native": "0.57.8",
65
     "react-native": "0.57.8",
66
     "react-native-background-timer": "2.0.0",
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
     "react-native-callstats": "3.53.4",
68
     "react-native-callstats": "3.53.4",
69
     "react-native-fast-image": "5.1.1",
69
     "react-native-fast-image": "5.1.1",
70
     "react-native-google-signin": "1.0.2",
70
     "react-native-google-signin": "1.0.2",

Loading…
取消
儲存