From a180ffa157b73f46e8df51c33f8b1ff519fc017c Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 26 Dec 2017 23:27:04 +0100 Subject: [PATCH] chore: update babel packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 475e1b4007..91fae7aea3 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "devDependencies": { "array-uniq": "^1.0.2", "autoprefixer": "^6.7.7", - "babel-core": "^6.24.1", - "babel-loader": "^6.4.1", + "babel-core": "^6.26.0", + "babel-loader": "^7.1.2", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", - "babel-plugin-transform-es2015-block-scoping": "^6.24.1", + "babel-plugin-transform-es2015-block-scoping": "^6.26.0", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "babel-plugin-transform-es2015-parameters": "^6.24.1",