Upgrade to babel@7.0.0

Summary: Now that babel7 is stable, we can upgrade Metro and fbsource to use it, yay!!!!!

Reviewed By: mjesun

Differential Revision: D9518571

fbshipit-source-id: c85569cb3058235f4f9310949897f7955ecf7324
This commit is contained in:
Rafael Oleza 2018-08-29 10:47:33 -07:00 committed by Facebook Github Bot
parent 251cbb3871
commit bf8e1b4ffa
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
"yargs": "^9.0.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.56",
"@babel/core": "^7.0.0",
"async": "^2.4.0",
"babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0",