From 67f2b2881d0433a8747303581df12cbe38978632 Mon Sep 17 00:00:00 2001 From: DanBuild Date: Sun, 26 Mar 2017 18:46:12 -0700 Subject: [PATCH] Upgrade to Babel 6.24.0 --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 521fc00..ceb8db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-standalone", - "version": "6.23.1", + "version": "6.24.0", "description": "Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser", "main": "babel.js", "scripts": { @@ -17,21 +17,21 @@ "url": "git+https://github.com/Daniel15/babel-standalone.git" }, "devDependencies": { - "babel-core": "6.23.1", + "babel-core": "6.24.0", "babel-helper-builder-react-jsx": "6.23.0", - "babel-loader": "6.3.0", + "babel-loader": "6.4.1", "babel-plugin-check-es2015-constants": "6.22.0", "babel-plugin-external-helpers": "6.22.0", "babel-plugin-minify-constant-folding": "0.0.4", - "babel-plugin-minify-dead-code-elimination": "0.1.3", + "babel-plugin-minify-dead-code-elimination": "0.1.4", "babel-plugin-minify-empty-function": "0.0.1", "babel-plugin-minify-flip-comparisons": "0.0.2", "babel-plugin-minify-guarded-expressions": "0.0.4", "babel-plugin-minify-infinity": "0.0.1", - "babel-plugin-minify-mangle-names": "0.0.7", - "babel-plugin-minify-replace": "0.0.3", - "babel-plugin-minify-simplify": "0.0.7", - "babel-plugin-minify-type-constructors": "0.0.3", + "babel-plugin-minify-mangle-names": "0.0.8", + "babel-plugin-minify-replace": "0.0.4", + "babel-plugin-minify-simplify": "0.0.8", + "babel-plugin-minify-type-constructors": "0.0.4", "babel-plugin-syntax-async-functions": "6.13.0", "babel-plugin-syntax-async-generators": "6.13.0", "babel-plugin-syntax-class-constructor-call": "6.18.0", @@ -65,10 +65,10 @@ "babel-plugin-transform-es2015-function-name": "6.22.0", "babel-plugin-transform-es2015-instanceof": "6.22.0", "babel-plugin-transform-es2015-literals": "6.22.0", - "babel-plugin-transform-es2015-modules-amd": "6.22.0", - "babel-plugin-transform-es2015-modules-commonjs": "6.23.0", + "babel-plugin-transform-es2015-modules-amd": "6.24.0", + "babel-plugin-transform-es2015-modules-commonjs": "6.24.0", "babel-plugin-transform-es2015-modules-systemjs": "6.23.0", - "babel-plugin-transform-es2015-modules-umd": "6.23.0", + "babel-plugin-transform-es2015-modules-umd": "6.24.0", "babel-plugin-transform-es2015-object-super": "6.22.0", "babel-plugin-transform-es2015-parameters": "6.23.0", "babel-plugin-transform-es2015-shorthand-properties": "6.22.0", @@ -105,18 +105,18 @@ "babel-plugin-transform-react-jsx-self": "6.22.0", "babel-plugin-transform-react-jsx-source": "6.22.0", "babel-plugin-transform-regenerator": "6.22.0", - "babel-plugin-transform-remove-console": "6.8.0", - "babel-plugin-transform-remove-debugger": "6.8.0", + "babel-plugin-transform-remove-console": "6.8.1", + "babel-plugin-transform-remove-debugger": "6.8.1", "babel-plugin-transform-runtime": "6.23.0", "babel-plugin-transform-simplify-comparison-operators": "6.8.1", "babel-plugin-transform-strict-mode": "6.22.0", "babel-plugin-transform-undefined-to-void": "6.8.0", "babel-plugin-undeclared-variables-check": "6.22.0", - "babel-preset-babili": "0.0.11", - "babel-preset-es2015": "6.22.0", + "babel-preset-babili": "0.0.12", + "babel-preset-es2015": "6.24.0", "babel-preset-es2016": "6.22.0", "babel-preset-es2017": "6.22.0", - "babel-preset-latest": "6.22.0", + "babel-preset-latest": "6.24.0", "babel-preset-react": "6.23.0", "babel-preset-stage-0": "6.22.0", "babel-preset-stage-1": "6.22.0",