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.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuild committed Jun 8, 2017
1 parent 7099404 commit 8681ac2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-standalone",
"version": "6.24.2",
"version": "6.25.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,22 +17,22 @@
"url": "git+https://github.com/Daniel15/babel-standalone.git"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-core": "6.25.0",
"babel-helper-builder-react-jsx": "6.23.0",
"babel-loader": "6.4.1",
"babel-plugin-check-es2015-constants": "6.22.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-inline-replace-variables": "1.2.2",
"babel-plugin-minify-constant-folding": "0.0.4",
"babel-plugin-minify-dead-code-elimination": "0.1.4",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-minify-constant-folding": "0.1.1",
"babel-plugin-minify-dead-code-elimination": "0.1.6",
"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.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-minify-flip-comparisons": "0.1.1",
"babel-plugin-minify-guarded-expressions": "0.1.1",
"babel-plugin-minify-infinity": "0.1.1",
"babel-plugin-minify-mangle-names": "0.1.2",
"babel-plugin-minify-replace": "0.1.1",
"babel-plugin-minify-simplify": "0.1.1",
"babel-plugin-minify-type-constructors": "0.1.1",
"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 @@ -89,31 +89,31 @@
"babel-plugin-transform-function-bind": "6.22.0",
"babel-plugin-transform-inline-environment-variables": "6.8.0",
"babel-plugin-transform-jscript": "6.22.0",
"babel-plugin-transform-member-expression-literals": "6.8.1",
"babel-plugin-transform-merge-sibling-variables": "6.8.2",
"babel-plugin-transform-minify-booleans": "6.8.0",
"babel-plugin-transform-member-expression-literals": "6.8.3",
"babel-plugin-transform-merge-sibling-variables": "6.8.4",
"babel-plugin-transform-minify-booleans": "6.8.2",
"babel-plugin-transform-node-env-inline": "6.8.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "6.22.0",
"babel-plugin-transform-property-literals": "6.8.1",
"babel-plugin-transform-property-literals": "6.8.3",
"babel-plugin-transform-proto-to-assign": "6.23.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-display-name": "6.23.0",
"babel-plugin-transform-react-display-name": "6.25.0",
"babel-plugin-transform-react-inline-elements": "6.22.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-react-jsx-compat": "6.24.1",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-regenerator": "6.24.1",
"babel-plugin-transform-remove-console": "6.8.1",
"babel-plugin-transform-remove-debugger": "6.8.1",
"babel-plugin-transform-remove-console": "6.8.3",
"babel-plugin-transform-remove-debugger": "6.8.3",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-simplify-comparison-operators": "6.8.1",
"babel-plugin-transform-simplify-comparison-operators": "6.8.3",
"babel-plugin-transform-strict-mode": "6.24.1",
"babel-plugin-transform-undefined-to-void": "6.8.0",
"babel-plugin-transform-undefined-to-void": "6.8.2",
"babel-plugin-undeclared-variables-check": "6.22.0",
"babel-preset-babili": "0.0.12",
"babel-preset-babili": "0.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
Expand Down

0 comments on commit 8681ac2

Please sign in to comment.