Explorar el Código

android: fix crash when parsing calendar events

Upstream PR: https://github.com/wmcmahan/react-native-calendar-events/pull/268
master
Saúl Ibarra Corretgé hace 6 años
padre
commit
dae451e6fa
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 2
    3
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 3
package-lock.json Ver fichero

12357
       "integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
12357
       "integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
12358
     },
12358
     },
12359
     "react-native-calendar-events": {
12359
     "react-native-calendar-events": {
12360
-      "version": "1.6.4",
12361
-      "resolved": "https://registry.npmjs.org/react-native-calendar-events/-/react-native-calendar-events-1.6.4.tgz",
12362
-      "integrity": "sha512-By4lgWQG9eewS9WzhzxVHAewxX40v1CzLnNYXFMOqF06fYVCNykiiTMGlLzz3UXHVwwN1Drxw9uWroQfGRFMsw=="
12360
+      "version": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506",
12361
+      "from": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506"
12363
     },
12362
     },
12364
     "react-native-callstats": {
12363
     "react-native-callstats": {
12365
       "version": "3.61.0",
12364
       "version": "3.61.0",

+ 1
- 1
package.json Ver fichero

67
     "react-linkify": "1.0.0-alpha",
67
     "react-linkify": "1.0.0-alpha",
68
     "react-native": "0.59.10",
68
     "react-native": "0.59.10",
69
     "react-native-background-timer": "2.1.1",
69
     "react-native-background-timer": "2.1.1",
70
-    "react-native-calendar-events": "1.6.4",
70
+    "react-native-calendar-events": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506",
71
     "react-native-callstats": "3.61.0",
71
     "react-native-callstats": "3.61.0",
72
     "react-native-google-signin": "2.0.0",
72
     "react-native-google-signin": "2.0.0",
73
     "react-native-immersive": "2.0.0",
73
     "react-native-immersive": "2.0.0",

Loading…
Cancelar
Guardar