Parcourir la source

rn: fix crash when serializing calendar entries on iOS

Original PR: https://github.com/wmcmahan/react-native-calendar-events/pull/253
master
Saúl Ibarra Corretgé il y a 6 ans
Parent
révision
c0a5e4f203
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json Voir le fichier

14090
       "integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
14090
       "integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
14091
     },
14091
     },
14092
     "react-native-calendar-events": {
14092
     "react-native-calendar-events": {
14093
-      "version": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506",
14094
-      "from": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506"
14093
+      "version": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2",
14094
+      "from": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2"
14095
     },
14095
     },
14096
     "react-native-callstats": {
14096
     "react-native-callstats": {
14097
       "version": "3.61.0",
14097
       "version": "3.61.0",

+ 1
- 1
package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer