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.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuild authored and Daniel15 committed Nov 17, 2016
1 parent 03ada95 commit 72fd057
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-standalone",
"version": "6.18.2",
"version": "6.19.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 Down Expand Up @@ -49,7 +49,7 @@
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-async-to-module-method": "6.16.0",
"babel-plugin-transform-class-constructor-call": "6.18.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-decorators": "6.13.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-do-expressions": "6.8.0",
Expand All @@ -58,15 +58,15 @@
"babel-plugin-transform-es2015-block-scoping": "6.18.0",
"babel-plugin-transform-es2015-classes": "6.18.0",
"babel-plugin-transform-es2015-computed-properties": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.18.0",
"babel-plugin-transform-es2015-destructuring": "6.19.0",
"babel-plugin-transform-es2015-duplicate-keys": "6.8.0",
"babel-plugin-transform-es2015-for-of": "6.18.0",
"babel-plugin-transform-es2015-function-name": "6.9.0",
"babel-plugin-transform-es2015-instanceof": "6.18.0",
"babel-plugin-transform-es2015-literals": "6.8.0",
"babel-plugin-transform-es2015-modules-amd": "6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-plugin-transform-es2015-modules-systemjs": "6.18.0",
"babel-plugin-transform-es2015-modules-systemjs": "6.19.0",
"babel-plugin-transform-es2015-modules-umd": "6.18.0",
"babel-plugin-transform-es2015-object-super": "6.8.0",
"babel-plugin-transform-es2015-parameters": "6.18.0",
Expand All @@ -92,7 +92,7 @@
"babel-plugin-transform-minify-booleans": "6.8.0",
"babel-plugin-transform-node-env-inline": "6.8.0",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "6.8.0",
"babel-plugin-transform-property-literals": "6.8.0",
"babel-plugin-transform-proto-to-assign": "6.9.0",
Expand Down Expand Up @@ -124,11 +124,11 @@
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jest": "^16.0.2",
"jest": "^17.0.3",
"json-loader": "^0.5.4",
"lazypipe": "^1.0.1",
"npm-check-updates": "^2.8.6",
"react": "^15.3.2",
"react": "^15.4.0",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0"
},
Expand Down

0 comments on commit 72fd057

Please sign in to comment.