Skip to content

Commit

Permalink
Upgrade to babel@7.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rafeca authored and facebook-github-bot committed Aug 29, 2018
1 parent 251cbb3 commit bf8e1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"yargs": "^9.0.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.56",
"@babel/core": "^7.0.0",

This comment has been minimized.

Copy link
@Salakar

Salakar Aug 29, 2018

Contributor

I think Metro needs to be updated to use Babel 7 non-beta first, and the new metro version included above in dependencies here - before updating this as they all need to be off beta or on beta but the same version otherwise it causes build issues, see #20854

"async": "^2.4.0",
"babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0",
Expand Down

0 comments on commit bf8e1b4

Please sign in to comment.