This commit is contained in:
Amjad Masad
2016-03-08 16:52:45 -08:00
parent bbdc308e92
commit 3d5969ecff
16 changed files with 46 additions and 46 deletions

View File

@@ -1 +1 @@
6.6.5
6.7.0

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.6.5",
"version": "6.7.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.6.5",
"babel-generator": "^6.6.5",
"babel-generator": "^6.7.0",
"babel-helpers": "^6.6.0",
"babel-messages": "^6.6.5",
"babel-template": "^6.6.5",
"babel-template": "^6.7.0",
"babel-runtime": "^5.0.0",
"babel-register": "^6.6.5",
"babel-traverse": "^6.6.5",
"babel-types": "^6.6.5",
"babylon": "^6.6.5",
"babel-traverse": "^6.7.0",
"babel-types": "^6.7.0",
"babylon": "^6.7.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.6.5",
"version": "6.7.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.6.5",
"babel-runtime": "^5.0.0",
"babel-types": "^6.6.5",
"babel-types": "^6.7.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5",
"babylon": "^6.6.5"
"babylon": "^6.7.0"
}
}

View File

@@ -1,15 +1,15 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.6.5",
"version": "6.7.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.6.5",
"babel-types": "^6.6.5",
"babel-traverse": "^6.6.5",
"babel-template": "^6.7.0",
"babel-types": "^6.7.0",
"babel-traverse": "^6.7.0",
"babel-helper-function-name": "^6.6.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helper-replace-supers",
"version": "6.6.5",
"version": "6.7.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
@@ -8,9 +8,9 @@
"dependencies": {
"babel-helper-optimise-call-expression": "^6.6.0",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.6.5",
"babel-traverse": "^6.7.0",
"babel-messages": "^6.6.5",
"babel-template": "^6.6.5",
"babel-types": "^6.6.5"
"babel-template": "^6.7.0",
"babel-types": "^6.7.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.5.0",
"version": "6.7.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.4.6",
"babel-helper-remap-async-to-generator": "^6.7.0",
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-runtime": "^5.0.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.5.2",
"version": "6.7.0",
"description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
@@ -10,8 +10,8 @@
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.3.13",
"babel-types": "^6.5.2",
"babel-helper-remap-async-to-generator": "^6.7.0",
"babel-types": "^6.7.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {

View File

@@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.6.5",
"version": "6.7.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.6.5",
"babel-types": "^6.6.5",
"babel-template": "^6.6.5",
"babel-traverse": "^6.7.0",
"babel-types": "^6.7.0",
"babel-template": "^6.7.0",
"lodash": "^3.10.0",
"babel-runtime": "^5.0.0"
},

View File

@@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.6.5",
"version": "6.7.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.6.5",
"babel-types": "^6.7.0",
"babel-runtime": "^5.0.0",
"babel-template": "^6.6.5",
"babel-template": "^6.7.0",
"babel-plugin-transform-strict-mode": "^6.6.5"
},
"keywords": [

View File

@@ -1,16 +1,16 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.6.5",
"version": "6.7.0",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.6.5",
"babel-traverse": "^6.7.0",
"babel-helper-call-delegate": "^6.6.5",
"babel-helper-get-function-arity": "^6.6.5",
"babel-template": "^6.6.5",
"babel-types": "^6.6.5",
"babel-template": "^6.7.0",
"babel-types": "^6.7.0",
"babel-runtime": "^5.0.0"
},
"keywords": [

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-comments",
"version": "6.6.0",
"version": "6.7.0",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.6.5",
"version": "6.7.0",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.6.5",
"version": "6.7.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.6.5",
"babel-traverse": "^6.6.5",
"babel-types": "^6.6.5",
"babylon": "^6.7.0",
"babel-traverse": "^6.7.0",
"babel-types": "^6.7.0",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.6.5",
"version": "6.7.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -11,8 +11,8 @@
"babel-code-frame": "^6.6.5",
"babel-messages": "^6.6.5",
"babel-runtime": "^5.0.0",
"babel-types": "^6.6.5",
"babylon": "^6.6.5",
"babel-types": "^6.7.0",
"babylon": "^6.7.0",
"debug": "^2.2.0",
"globals": "^8.3.0",
"invariant": "^2.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.6.5",
"version": "6.7.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.6.5",
"babel-traverse": "^6.7.0",
"esutils": "^2.0.2",
"lodash": "^3.10.1",
"to-fast-properties": "^1.0.1"

View File

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