Skip to content

Commit

Permalink
Removing unused yarn resolutions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
elicwhite authored and facebook-github-bot committed Jul 7, 2023
1 parent 87c5296 commit 49d1a8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion react-native/react-native-flipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 0 additions & 4 deletions react-native/react-native-flipper/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
5 changes: 0 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected]:
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"
Expand Down

0 comments on commit 49d1a8b

Please sign in to comment.