This commit is contained in:
Amjad Masad 2015-11-30 14:58:30 -08:00
parent 1d4526cd69
commit 2f5b953066
9 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
6.2.2
6.3.0

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.2.0",
"version": "6.3.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.2.0",
"babel-types": "^6.3.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.18",
"babylon": "^6.2.0"
"babylon": "^6.3.0"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.1.18",
"version": "6.3.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.18",
"babel-types": "^6.1.18",
"babel-template": "^6.3.0",
"babel-types": "^6.3.0",
"babel-traverse": "^6.1.18",
"babel-helper-function-name": "^6.1.18"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.1.20",
"version": "6.3.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,6 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.18"
"babel-template": "^6.3.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.1.18",
"version": "6.3.0",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "^6.1.18",
"babel-helper-remap-async-to-generator": "^6.3.0",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-runtime": "^5.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.2.2",
"version": "6.3.0",
"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-template",
"version": "6.2.0",
"version": "6.3.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.2.0",
"babylon": "^6.3.0",
"babel-traverse": "^6.2.0",
"babel-types": "^6.2.0",
"babel-types": "^6.3.0",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "6.2.0",
"version": "6.3.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",