Bump metro version in React Native

Summary: This is the tweak on the release process of metro: after publishing D13075199 and releasing a new version of Metro, this diff upgrades it in RN along with its yarn.lock file. This should allow us to publish new versions of metro without breaking the RN sanity scripts (or disable them).

Reviewed By: hramos

Differential Revision: D13084224

fbshipit-source-id: 19781ae142db11d7dd8b6ca4303366f7ccb32dcc
This commit is contained in:
Rafael Oleza
2018-11-22 12:24:56 -08:00
committed by Facebook Github Bot
parent 98546e9b19
commit 3355c52467
2 changed files with 69 additions and 102 deletions

View File

@@ -173,10 +173,10 @@
"jest": "24.0.0-alpha.6",
"jest-junit": "5.2.0",
"lodash": "^4.17.5",
"metro": "^0.49.1",
"metro-babel-register": "^0.49.1",
"metro-core": "^0.49.1",
"metro-memory-fs": "^0.49.1",
"metro": "^0.49.2",
"metro-babel-register": "^0.49.2",
"metro-core": "^0.49.2",
"metro-memory-fs": "^0.49.2",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",