From 72c41e890bb99af73e0769109d1ca27d7bf59880 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 13 Jul 2015 14:59:34 -0700 Subject: [PATCH] :arrow_up: babel-core@5.6.17 Upgrade Babel to pick up bug fixes and to ensure a version that has support for transforms such as `es7.classProperties`. This transform is particularly useful for classes that subclass `React.Component` as shown in http://babeljs.io/blog/2015/06/07/react-on-es6-plus/#property-initializers. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae9427316..5db15c6d4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "async": "0.2.6", "atom-keymap": "^5.1.6", "atom-space-pen-views": "^2.0.4", - "babel-core": "^5.1.11", + "babel-core": "^5.6.17", "bootstrap": "^3.3.4", "clear-cut": "^2.0.1", "coffee-cash": "0.8.0",