This commit is contained in:
Henry Zhu
2015-12-03 22:48:04 -05:00
parent aa6dc5d153
commit b515fa8db8
8 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.2.1",
"version": "6.3.2",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -30,8 +30,8 @@
"babel-messages": "^6.2.1",
"babel-template": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-register": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-register": "^6.3.2",
"babel-traverse": "^6.3.2",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"convert-source-map": "^1.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.3.0",
"version": "6.3.2",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.2.2",
"version": "6.3.2",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
@@ -10,7 +10,7 @@
"babel-helper-function-name": "^6.2.0",
"babel-helper-replace-supers": "^6.2.0",
"babel-template": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-traverse": "^6.3.2",
"babel-helper-define-map": "^6.2.0",
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-environment-variables",
"version": "6.1.18",
"version": "6.3.2",
"description": "Inline environment variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-inline-environment-variables",
"license": "MIT",

View File

@@ -2,16 +2,16 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.2.0",
"version": "6.3.2",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-core": "^6.2.0",
"babel-core": "^6.3.2",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.2.0",
"babel-traverse": "^6.3.2",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"private": "~0.1.5"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.2.0",
"version": "6.3.2",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
@@ -13,7 +13,7 @@
"path-exists": "^1.0.0",
"lodash": "^3.10.0",
"source-map-support": "^0.2.10",
"babel-core": "^6.2.0",
"babel-core": "^6.3.2",
"babel-runtime": "^5.0.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.2.0",
"version": "6.3.2",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",