This commit is contained in:
Henry Zhu 2016-08-04 19:34:51 -04:00
parent a4e2856a2e
commit 6ab3e35075
23 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
{ {
"lerna": "2.0.0-beta.23", "lerna": "2.0.0-beta.23",
"version": "6.12.0", "version": "6.13.0",
"changelog": { "changelog": {
"repo": "babel/babel", "repo": "babel/babel",
"labels": { "labels": {

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.11.4", "version": "6.13.0",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -31,8 +31,8 @@
"babel-template": "^6.9.0", "babel-template": "^6.9.0",
"babel-runtime": "^6.9.1", "babel-runtime": "^6.9.1",
"babel-register": "^6.9.0", "babel-register": "^6.9.0",
"babel-traverse": "^6.11.4", "babel-traverse": "^6.13.0",
"babel-types": "^6.9.1", "babel-types": "^6.13.0",
"babylon": "^6.7.0", "babylon": "^6.7.0",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
@ -49,6 +49,6 @@
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.9.0", "babel-helper-fixtures": "^6.9.0",
"babel-helper-transform-fixture-test-runner": "^6.9.0", "babel-helper-transform-fixture-test-runner": "^6.9.0",
"babel-polyfill": "^6.9.1" "babel-polyfill": "^6.13.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-async-functions", "name": "babel-plugin-syntax-async-functions",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of async functions", "description": "Allow parsing of async functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-async-generators", "name": "babel-plugin-syntax-async-generators",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of async generator functions", "description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-class-constructor-call", "name": "babel-plugin-syntax-class-constructor-call",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of class constructor calls", "description": "Allow parsing of class constructor calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-class-properties", "name": "babel-plugin-syntax-class-properties",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of class properties", "description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-decorators", "name": "babel-plugin-syntax-decorators",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-do-expressions", "name": "babel-plugin-syntax-do-expressions",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of do expressions", "description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-exponentiation-operator", "name": "babel-plugin-syntax-exponentiation-operator",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of the exponentiation operator", "description": "Allow parsing of the exponentiation operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-export-extensions", "name": "babel-plugin-syntax-export-extensions",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of export extensions", "description": "Allow parsing of export extensions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-flow", "name": "babel-plugin-syntax-flow",
"version": "6.8.0", "version": "6.13.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-function-bind", "name": "babel-plugin-syntax-function-bind",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of function bind", "description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-function-sent", "name": "babel-plugin-syntax-function-sent",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of the function.sent meta property", "description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-jsx", "name": "babel-plugin-syntax-jsx",
"version": "6.8.0", "version": "6.13.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-object-rest-spread", "name": "babel-plugin-syntax-object-rest-spread",
"version": "6.8.0", "version": "6.13.0",
"description": "Allow parsing of object rest/spread", "description": "Allow parsing of object rest/spread",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-syntax-trailing-function-commas", "name": "babel-plugin-syntax-trailing-function-commas",
"version": "6.8.0", "version": "6.13.0",
"description": "Compile trailing function commas to ES5", "description": "Compile trailing function commas to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-decorators", "name": "babel-plugin-transform-decorators",
"version": "6.8.0", "version": "6.13.0",
"description": "Compile class and object decorators to ES5", "description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT", "license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"babel-types": "^6.8.0", "babel-types": "^6.13.0",
"babel-helper-define-map": "^6.8.0", "babel-helper-define-map": "^6.8.0",
"babel-plugin-syntax-decorators": "^6.8.0", "babel-plugin-syntax-decorators": "^6.13.0",
"babel-helper-explode-class": "^6.8.0", "babel-helper-explode-class": "^6.8.0",
"babel-template": "^6.8.0", "babel-template": "^6.8.0",
"babel-runtime": "^6.0.0" "babel-runtime": "^6.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-polyfill", "name": "babel-polyfill",
"version": "6.9.1", "version": "6.13.0",
"description": "Provides polyfills necessary for a full ES2015+ environment", "description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-preset-es2015", "name": "babel-preset-es2015",
"version": "6.9.0", "version": "6.13.0",
"description": "Babel preset for all es2015 plugins.", "description": "Babel preset for all es2015 plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-preset-stage-1", "name": "babel-preset-stage-1",
"version": "6.5.0", "version": "6.13.0",
"description": "Babel preset for stage 1 plugins", "description": "Babel preset for stage 1 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -10,6 +10,6 @@
"dependencies": { "dependencies": {
"babel-plugin-transform-class-constructor-call": "^6.3.13", "babel-plugin-transform-class-constructor-call": "^6.3.13",
"babel-plugin-transform-export-extensions": "^6.3.13", "babel-plugin-transform-export-extensions": "^6.3.13",
"babel-preset-stage-2": "^6.3.13" "babel-preset-stage-2": "^6.13.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-preset-stage-2", "name": "babel-preset-stage-2",
"version": "6.11.0", "version": "6.13.0",
"description": "Babel preset for stage 2 plugins", "description": "Babel preset for stage 2 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -9,7 +9,7 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"babel-plugin-transform-class-properties": "^6.3.13", "babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators": "^6.3.13", "babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13", "babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-stage-3": "^6.11.0" "babel-preset-stage-3": "^6.11.0"
} }

View File

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

View File

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