Bump metro@0.45.3

Summary: This one gets rid of the dependency on `metro-visualizer`

Reviewed By: mjesun

Differential Revision: D9829876

fbshipit-source-id: e3a52a2771bee386f8c1276004065fe480b3fc52
This commit is contained in:
Rafael Oleza 2018-09-14 08:26:09 -07:00 committed by Facebook Github Bot
parent a3752c6c63
commit 238dec2787
1 changed files with 4 additions and 4 deletions

View File

@ -169,10 +169,10 @@
"graceful-fs": "^4.1.3",
"inquirer": "^3.0.6",
"lodash": "^4.17.5",
"metro": "^0.45.2",
"metro-babel-register": "^0.45.2",
"metro-core": "^0.45.2",
"metro-memory-fs": "^0.45.2",
"metro": "^0.45.3",
"metro-babel-register": "^0.45.3",
"metro-core": "^0.45.3",
"metro-memory-fs": "^0.45.3",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",