mirror of https://github.com/status-im/metro.git
Remove `request`.
Summary: <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. --> **Summary** Remove `request` from `metro`. It doesn't seem to be used. <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> **Test plan** Everything works as it did before. <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. --> Closes https://github.com/facebook/metro/pull/151 Differential Revision: D7226502 Pulled By: rafeca fbshipit-source-id: fc353292ba55ea9f98eba67f05f8f8f82794dd82
This commit is contained in:
parent
ded999bc75
commit
e985b6e6ec
|
@ -84,7 +84,6 @@
|
||||||
"mime-types": "2.1.11",
|
"mime-types": "2.1.11",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"node-fetch": "^1.3.3",
|
"node-fetch": "^1.3.3",
|
||||||
"request": "^2.79.0",
|
|
||||||
"resolve": "^1.5.0",
|
"resolve": "^1.5.0",
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.5.4",
|
||||||
"serialize-error": "^2.1.0",
|
"serialize-error": "^2.1.0",
|
||||||
|
|
|
@ -4863,7 +4863,7 @@ request@2.81.0:
|
||||||
tunnel-agent "^0.6.0"
|
tunnel-agent "^0.6.0"
|
||||||
uuid "^3.0.0"
|
uuid "^3.0.0"
|
||||||
|
|
||||||
request@^2.79.0, request@^2.83.0:
|
request@^2.83.0:
|
||||||
version "2.83.0"
|
version "2.83.0"
|
||||||
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
|
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in New Issue