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",
"version": "6.12.0",
"version": "6.13.0",
"changelog": {
"repo": "babel/babel",
"labels": {

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.11.4",
"version": "6.13.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -31,8 +31,8 @@
"babel-template": "^6.9.0",
"babel-runtime": "^6.9.1",
"babel-register": "^6.9.0",
"babel-traverse": "^6.11.4",
"babel-types": "^6.9.1",
"babel-traverse": "^6.13.0",
"babel-types": "^6.13.0",
"babylon": "^6.7.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
@ -49,6 +49,6 @@
"devDependencies": {
"babel-helper-fixtures": "^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",
"version": "6.8.0",
"version": "6.13.0",
"description": "Allow parsing of async functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.8.0",
"version": "6.13.0",
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.8.0",
"babel-types": "^6.13.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-template": "^6.8.0",
"babel-runtime": "^6.0.0"

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-stage-1",
"version": "6.5.0",
"version": "6.13.0",
"description": "Babel preset for stage 1 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -10,6 +10,6 @@
"dependencies": {
"babel-plugin-transform-class-constructor-call": "^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",
"version": "6.11.0",
"version": "6.13.0",
"description": "Babel preset for stage 2 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,7 +9,7 @@
"main": "index.js",
"dependencies": {
"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-preset-stage-3": "^6.11.0"
}

View File

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

View File

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