From 3f7019f9649b11b4cd24ed3d235d5f97f4ed15dc Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sun, 6 Dec 2015 11:31:46 -0500 Subject: [PATCH] v6.3.15 --- VERSION | 2 +- packages/babel-cli/package.json | 4 ++-- packages/babel-core/package.json | 8 ++++---- packages/babel-generator/package.json | 4 ++-- packages/babel-helper-function-name/package.json | 4 ++-- .../babel-plugin-transform-es2015-classes/package.json | 6 +++--- .../package.json | 2 +- .../babel-plugin-transform-flow-strip-types/package.json | 2 +- packages/babel-traverse/package.json | 4 ++-- packages/babylon/package.json | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/VERSION b/VERSION index ba7e7b1aa3..8e164364d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.14 \ No newline at end of file +6.3.15 \ No newline at end of file diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 0b3f930feb..e800bb27fe 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "babel-cli", - "version": "6.3.13", + "version": "6.3.15", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,7 +8,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-cli", "preferGlobal": true, "dependencies": { - "babel-core": "^6.3.13", + "babel-core": "^6.3.15", "babel-register": "^6.3.13", "babel-polyfill": "^6.3.13", "babel-runtime": "^5.0.0", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 5135242551..34548bb273 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.3.13", + "version": "6.3.15", "description": "Babel compiler core.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -25,15 +25,15 @@ }, "dependencies": { "babel-code-frame": "^6.3.13", - "babel-generator": "^6.3.13", + "babel-generator": "^6.3.15", "babel-helpers": "^6.3.13", "babel-messages": "^6.3.13", "babel-template": "^6.3.13", "babel-runtime": "^5.0.0", "babel-register": "^6.3.13", - "babel-traverse": "^6.3.13", + "babel-traverse": "^6.3.15", "babel-types": "^6.3.13", - "babylon": "^6.3.13", + "babylon": "^6.3.15", "convert-source-map": "^1.1.0", "debug": "^2.1.1", "json5": "^0.4.0", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 5939e452c3..52be12a34b 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "babel-generator", - "version": "6.3.14", + "version": "6.3.15", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -23,6 +23,6 @@ }, "devDependencies": { "babel-helper-fixtures": "^6.3.13", - "babylon": "^6.3.14" + "babylon": "^6.3.15" } } diff --git a/packages/babel-helper-function-name/package.json b/packages/babel-helper-function-name/package.json index 8230c5e43a..f896ead406 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -1,6 +1,6 @@ { "name": "babel-helper-function-name", - "version": "6.3.13", + "version": "6.3.15", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", "license": "MIT", @@ -8,7 +8,7 @@ "dependencies": { "babel-runtime": "^5.0.0", "babel-types": "^6.3.13", - "babel-traverse": "^6.3.13", + "babel-traverse": "^6.3.15", "babel-helper-get-function-arity": "^6.3.13", "babel-template": "^6.3.13" } diff --git a/packages/babel-plugin-transform-es2015-classes/package.json b/packages/babel-plugin-transform-es2015-classes/package.json index 8120dbe267..4625f2040a 100644 --- a/packages/babel-plugin-transform-es2015-classes/package.json +++ b/packages/babel-plugin-transform-es2015-classes/package.json @@ -1,16 +1,16 @@ { "name": "babel-plugin-transform-es2015-classes", - "version": "6.3.13", + "version": "6.3.15", "description": "Compile ES2015 classes to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes", "license": "MIT", "main": "lib/index.js", "dependencies": { "babel-helper-optimise-call-expression": "^6.3.13", - "babel-helper-function-name": "^6.3.13", + "babel-helper-function-name": "^6.3.15", "babel-helper-replace-supers": "^6.3.13", "babel-template": "^6.3.13", - "babel-traverse": "^6.3.13", + "babel-traverse": "^6.3.15", "babel-helper-define-map": "^6.3.13", "babel-messages": "^6.3.13", "babel-runtime": "^5.0.0", diff --git a/packages/babel-plugin-transform-es2015-destructuring/package.json b/packages/babel-plugin-transform-es2015-destructuring/package.json index d38ff7e462..785d7eb7df 100644 --- a/packages/babel-plugin-transform-es2015-destructuring/package.json +++ b/packages/babel-plugin-transform-es2015-destructuring/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-destructuring", - "version": "6.3.13", + "version": "6.3.15", "description": "Compile ES2015 destructuring to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring", "license": "MIT", diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index f0d23ba20b..a01e972f32 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-flow-strip-types", - "version": "6.3.13", + "version": "6.3.15", "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", diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 1ff01ef531..cba8c11e47 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "babel-traverse", - "version": "6.3.14", + "version": "6.3.15", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -12,7 +12,7 @@ "babel-messages": "^6.3.13", "babel-runtime": "^5.0.0", "babel-types": "^6.3.14", - "babylon": "^6.3.14", + "babylon": "^6.3.15", "debug": "^2.2.0", "globals": "^8.3.0", "invariant": "^2.2.0", diff --git a/packages/babylon/package.json b/packages/babylon/package.json index f0f4d1c3ed..8ba7372be0 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "6.3.14", + "version": "6.3.15", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",