From 49d1a8b0fabd4e3fb0c1dc28db64ca51f9c3be2f Mon Sep 17 00:00:00 2001 From: Eli White Date: Fri, 7 Jul 2023 15:15:45 -0700 Subject: [PATCH] Removing unused yarn resolutions Summary: These resolutions aren't used, validated with `yarn why`. See the diff higher in the stack for automation. Reviewed By: yungsters Differential Revision: D47282205 fbshipit-source-id: a2e909e3802f780fbe7525e5945faebee7004aef --- react-native/react-native-flipper/package.json | 1 - react-native/react-native-flipper/yarn.lock | 4 ---- website/package.json | 3 +-- website/yarn.lock | 5 ----- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/react-native/react-native-flipper/package.json b/react-native/react-native-flipper/package.json index fba5fa0fb..31cbd65eb 100644 --- a/react-native/react-native-flipper/package.json +++ b/react-native/react-native-flipper/package.json @@ -38,7 +38,6 @@ "minimist": "1.2.3", "kind-of": "6.0.3", "node-fetch": "^2.6.7", - "xmldom": "github:xmldom/xmldom#0.7.0", "browserslist": "^4.16.5", "ws": "7.4.6" } diff --git a/react-native/react-native-flipper/yarn.lock b/react-native/react-native-flipper/yarn.lock index 0533b7965..fb630129d 100644 --- a/react-native/react-native-flipper/yarn.lock +++ b/react-native/react-native-flipper/yarn.lock @@ -6476,10 +6476,6 @@ xmldoc@^1.1.2: dependencies: sax "^1.2.1" -"xmldom@github:xmldom/xmldom#0.7.0": - version "0.7.0" - resolved "https://codeload.github.com/xmldom/xmldom/tar.gz/c568938641cc1f121cef5b4df80fcfda1e489b6e" - xpath@^0.0.27: version "0.0.27" resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.27.tgz#dd3421fbdcc5646ac32c48531b4d7e9d0c2cfa92" diff --git a/website/package.json b/website/package.json index 4447c4489..60d651b0e 100644 --- a/website/package.json +++ b/website/package.json @@ -41,8 +41,7 @@ "ws": "8.2.0", "trim": "1.0.1", "immer": "^9.0.6", - "shelljs": "^0.8.5", - "ansi-html": "0.0.8" + "shelljs": "^0.8.5" }, "license": "MIT" } diff --git a/website/yarn.lock b/website/yarn.lock index c82b843f6..079f8cadc 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4327,11 +4327,6 @@ ansi-html-community@^0.0.8: resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== -ansi-html@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.8.tgz#e969db193b12bcdfa6727b29ffd8882dc13cc501" - integrity sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug== - ansi-regex@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"