From 75fd61eed6f7eae3defd8022bd673aebf6e8222b Mon Sep 17 00:00:00 2001 From: Calinteodor Date: Mon, 14 Feb 2022 18:28:52 +0200 Subject: [PATCH] chore(deps) update react-native-dialog Allows us to drop a custom patch, yay! --- package-lock.json | 14 +++++++------- package.json | 2 +- patches/react-native-dialog+9.2.0.patch | 13 ------------- 3 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 patches/react-native-dialog+9.2.0.patch diff --git a/package-lock.json b/package-lock.json index bd760a2dc..b5695752f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "react-native-collapsible": "1.6.0", "react-native-default-preference": "github:kevinresol/react-native-default-preference#11bff5eb05cb04fd8d35b5e761eeee80525e8c6c", "react-native-device-info": "8.4.8", - "react-native-dialog": "9.2.0", + "react-native-dialog": "9.2.1", "react-native-gesture-handler": "2.1.0", "react-native-get-random-values": "1.7.2", "react-native-immersive": "2.0.0", @@ -15037,9 +15037,9 @@ } }, "node_modules/react-native-dialog": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz", - "integrity": "sha512-VXdfo+bAi9ER7+w4aKOWypw8K97C2orvnfnxX4Lup/U8iQB/635V00hgfHEE3s0XScQHftXxm34Fa4iIIjojQA==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.1.tgz", + "integrity": "sha512-UNnGFTpH0cX16cJZLFq9/TAZH1+B2vzJrQL1mUaSqZjV+sFTpUB1WvghJZxPwi52v587kJpfKN7oPfWaXAu+YQ==", "peerDependencies": { "react-native": ">=0.63.0" } @@ -31502,9 +31502,9 @@ "integrity": "sha512-92676ZWHZHsPM/EW1ulgb2MuVfjYfMWRTWMbLcrCsipkcMaZ9Traz5mpsnCS7KZpsOksnvUinzDIjsct2XGc6Q==" }, "react-native-dialog": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz", - "integrity": "sha512-VXdfo+bAi9ER7+w4aKOWypw8K97C2orvnfnxX4Lup/U8iQB/635V00hgfHEE3s0XScQHftXxm34Fa4iIIjojQA==" + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.1.tgz", + "integrity": "sha512-UNnGFTpH0cX16cJZLFq9/TAZH1+B2vzJrQL1mUaSqZjV+sFTpUB1WvghJZxPwi52v587kJpfKN7oPfWaXAu+YQ==" }, "react-native-gesture-handler": { "version": "2.1.0", diff --git a/package.json b/package.json index 950df4d00..e0a0b5237 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "react-native-collapsible": "1.6.0", "react-native-default-preference": "github:kevinresol/react-native-default-preference#11bff5eb05cb04fd8d35b5e761eeee80525e8c6c", "react-native-device-info": "8.4.8", - "react-native-dialog": "9.2.0", + "react-native-dialog": "9.2.1", "react-native-gesture-handler": "2.1.0", "react-native-get-random-values": "1.7.2", "react-native-immersive": "2.0.0", diff --git a/patches/react-native-dialog+9.2.0.patch b/patches/react-native-dialog+9.2.0.patch deleted file mode 100644 index 02581a9c2..000000000 --- a/patches/react-native-dialog+9.2.0.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/react-native-dialog/lib/Description.js b/node_modules/react-native-dialog/lib/Description.js -index 7eb97bb..2da9ed3 100644 ---- a/node_modules/react-native-dialog/lib/Description.js -+++ b/node_modules/react-native-dialog/lib/Description.js -@@ -23,7 +23,7 @@ const buildStyles = (isDark) => StyleSheet.create({ - text: Platform.select({ - ios: { - textAlign: "center", -- color: PlatformColor("secondaryLabel"), -+ color: PlatformColor("label"), - fontSize: 13, - marginTop: 4, - },