From f1684a8701ed8d340adbe979b23c013a903d05b3 Mon Sep 17 00:00:00 2001 From: Julia Friesel <julia.friesel@gmail.com> Date: Sat, 1 Dec 2018 12:43:14 +0100 Subject: [PATCH] Update react-native-share --- package-lock.json | 6 +++--- package.json | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26216ecf..0964c8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6646,9 +6646,9 @@ "integrity": "sha512-/7TdL3pHM7H0Cut6U6SK1jd6fVYvLlQq0O4inJ7j4YD0w9BtAAFqLkLnBDOA0jL4oLw/89yR8HhLOzNFGvVsfw==" }, "react-native-share": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-1.1.0.tgz", - "integrity": "sha512-uQXo+HzZGUo9VlfgfWwGa9vLrY9OBQOFAsxhH/e3GWAlCxrGGjXNu/La+aJzMJdhoHzzn1+NRWDp1LWvlxJHew==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-1.1.3.tgz", + "integrity": "sha512-vKAJqgkEt7HjsF0HUwgom+E0FbmFNVZNncHwby1+O8/mXlKugh+Ym6rvv+A2ASHmD5TXKohJMYT2+jYofzPORA==" }, "react-native-vector-icons": { "version": "5.0.0", diff --git a/package.json b/package.json index 58c3d134..e01b525e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-native-modal-datetime-picker-nevo": "^4.11.0", "react-native-push-notification": "^3.1.1", "react-native-restart": "0.0.7", - "react-native-share": "^1.1.0", + "react-native-share": "^1.1.3", "react-native-vector-icons": "^5.0.0", "realm": "^2.7.1" }, @@ -68,5 +68,9 @@ "url": "https://gitlab.com/bloodyhealth/drip/issues" }, "homepage": "https://gitlab.com/bloodyhealth/drip#README", - "rnpm": { "assets": [ "assets/fonts" ] } + "rnpm": { + "assets": [ + "assets/fonts" + ] + } } -- GitLab