Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Upgrade to Babel 6.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuild authored and Daniel15 committed Mar 27, 2017
1 parent 90d6242 commit 67f2b28
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 67f2b28

Please sign in to comment.