This commit is contained in:
Henry Zhu
2016-09-01 11:03:06 -04:00
parent 13d76e98d6
commit b3dca4fb5a
7 changed files with 14 additions and 14 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.8.0",
"version": "6.15.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
@@ -8,6 +8,6 @@
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.15.0"
}
}

View File

@@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.14.0",
"version": "6.15.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.14.0",
"babel-types": "^6.14.0",
"babel-template": "^6.14.0",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babel-template": "^6.15.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.9.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.12.0",
"version": "6.15.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.14.0",
"version": "6.15.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -9,8 +9,8 @@
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.9.0",
"babel-traverse": "^6.14.0",
"babel-types": "^6.14.0",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.14.0",
"version": "6.15.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.14.0",
"babel-types": "^6.15.0",
"babylon": "^6.9.0",
"debug": "^2.2.0",
"globals": "^8.3.0",

View File

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