From 724c7498b6f10f6fd03eb217160508001fb1c5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Thu, 12 Jul 2018 12:33:34 -0700 Subject: [PATCH] Upgraded Babel to v7.0.0-beta.48 Summary: This is the same version we're using on www. It has support for new Flow syntax and we need it on fbsource too. allow_many_files allow-large-files Differential Revision: D8819980 fbshipit-source-id: 736d6d93ad879311e638da00873ca2acf42d1422 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66ba68b1f42bea..61fcd31221a365 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "yargs": "^9.0.0" }, "devDependencies": { - "@babel/core": "7.0.0-beta.47", + "@babel/core": "7.0.0-beta.48", "async": "^2.4.0", "babel-eslint": "9.0.0-beta.2", "babel-generator": "^6.26.0",