From 30609a54c39a33497b5dadda8ace0709178b5d74 Mon Sep 17 00:00:00 2001 From: Radoslaw Krzemien Date: Wed, 12 Jul 2023 11:15:25 +0200 Subject: [PATCH] Remove dependency One of the packages was a leftover from a resolved merge conflicts and was causing issues with verifying the podfile See: https://github.com/Expensify/App/issues/13604 --- package-lock.json | 18 +----------------- package.json | 3 +-- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b3570ddff3b..626be7f8213f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,8 +104,7 @@ "save": "^2.4.0", "semver": "^7.3.8", "shim-keyboard-event-key": "^1.0.3", - "underscore": "^1.13.1", - "urbanairship-react-native": "^14.6.1" + "underscore": "^1.13.1" }, "devDependencies": { "@actions/core": "1.10.0", @@ -42096,15 +42095,6 @@ "version": "1.0.0", "license": "ISC" }, - "node_modules/urbanairship-react-native": { - "version": "14.6.1", - "resolved": "https://registry.npmjs.org/urbanairship-react-native/-/urbanairship-react-native-14.6.1.tgz", - "integrity": "sha512-ddL3ZWZnhwCja9oMpq7YHEyuqca1IH34MtMm24w1SePzGRhcVAvKOe/lncIB1FAK6QyjG0pkPT5mu3vE/DsPEw==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, "node_modules/uri-js": { "version": "4.4.1", "license": "BSD-2-Clause", @@ -72253,12 +72243,6 @@ } } }, - "urbanairship-react-native": { - "version": "14.6.1", - "resolved": "https://registry.npmjs.org/urbanairship-react-native/-/urbanairship-react-native-14.6.1.tgz", - "integrity": "sha512-ddL3ZWZnhwCja9oMpq7YHEyuqca1IH34MtMm24w1SePzGRhcVAvKOe/lncIB1FAK6QyjG0pkPT5mu3vE/DsPEw==", - "requires": {} - }, "uri-js": { "version": "4.4.1", "requires": { diff --git a/package.json b/package.json index 2c026bd0a570..f5d75eee18d6 100644 --- a/package.json +++ b/package.json @@ -143,8 +143,7 @@ "save": "^2.4.0", "semver": "^7.3.8", "shim-keyboard-event-key": "^1.0.3", - "underscore": "^1.13.1", - "urbanairship-react-native": "^14.6.1" + "underscore": "^1.13.1" }, "devDependencies": { "@actions/core": "1.10.0",