This commit is contained in:
Sebastian McKenzie
2015-11-02 07:13:43 +00:00
parent 7a3fef26fa
commit d730f349e6
7 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.0.15",
"version": "6.0.16",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -32,9 +32,9 @@
"babel-generator": "^6.0.15",
"babel-helpers": "^6.0.15",
"babel-messages": "^6.0.15",
"babel-template": "^6.0.15",
"babel-template": "^6.0.16",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.0.14",
"babel-traverse": "^6.0.16",
"babel-types": "^6.0.15",
"babylon": "^6.0.14",
"convert-source-map": "^1.1.0",
@@ -54,6 +54,6 @@
"source-map-support": "^0.2.10"
},
"devDependencies": {
"babel-polyfill": "^6.0.14"
"babel-polyfill": "^6.0.16"
}
}

View File

@@ -1,15 +1,15 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.0.15",
"version": "6.0.16",
"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.0.15",
"babel-template": "^6.0.16",
"babel-types": "^6.0.15",
"babel-traverse": "^6.0.14",
"babel-traverse": "^6.0.16",
"babel-helper-function-name": "^6.0.15"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.0.14",
"version": "6.0.16",
"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",
@@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-polyfill",
"version": "6.0.14",
"version": "6.0.16",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -12,4 +12,4 @@
"regenerator": "^0.8.36",
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.0.15",
"version": "6.0.16",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.0.14",
"babel-traverse": "^6.0.14",
"babel-traverse": "^6.0.16",
"babel-types": "^6.0.15",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.0.14",
"version": "6.0.16",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -18,4 +18,4 @@
"lodash": "^3.10.1",
"repeating": "^1.1.3"
}
}
}