From e670b5d03f8977cdff17fe2e3fc9dc4ff325b9c1 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 14 Jun 2019 23:02:35 +0100 Subject: [PATCH] Upgraded RNDialogbox to remove warnings --- ReactNativeClient/package-lock.json | 28 ++++++++++++++++++++++++---- ReactNativeClient/package.json | 2 +- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ReactNativeClient/package-lock.json b/ReactNativeClient/package-lock.json index bad6483336..fd807360a2 100644 --- a/ReactNativeClient/package-lock.json +++ b/ReactNativeClient/package-lock.json @@ -5503,11 +5503,31 @@ } }, "react-native-dialogbox": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/react-native-dialogbox/-/react-native-dialogbox-0.6.8.tgz", - "integrity": "sha1-dQtAEdn/iFCkJUbnsohpsh/fGTY=", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/react-native-dialogbox/-/react-native-dialogbox-0.6.10.tgz", + "integrity": "sha512-RlDiFjqpH44Nfd+5ok1Xsf4QkUpzURhsDCq2UDUqpBWBzPO/2GVVIFGhJlLzATZsfxf+yVXUWrgW2qcaxNuoNg==", "requires": { - "prop-types": "^15.6.0" + "prop-types": "^15.6.2" + }, + "dependencies": { + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "prop-types": { + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", + "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.8.1" + } + } } }, "react-native-dismiss-keyboard": { diff --git a/ReactNativeClient/package.json b/ReactNativeClient/package.json index dfd69742df..30bdd35271 100644 --- a/ReactNativeClient/package.json +++ b/ReactNativeClient/package.json @@ -44,7 +44,7 @@ "react-native-action-button": "^2.6.9", "react-native-camera": "^2.10.2", "react-native-datepicker": "^1.6.0", - "react-native-dialogbox": "^0.6.6", + "react-native-dialogbox": "^0.6.10", "react-native-document-picker": "^2.1.0", "react-native-dropdownalert": "^3.1.2", "react-native-file-viewer": "^1.0.5",