This commit is contained in:
Amjad Masad 2015-12-22 23:11:59 -08:00
parent ad6a28b3ed
commit ae8b7ea352
8 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
6.3.25
6.3.26

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.3.21",
"version": "6.3.26",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.3.13",
"babel-generator": "^6.3.21",
"babel-generator": "^6.3.26",
"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.21",
"babel-traverse": "^6.3.26",
"babel-types": "^6.3.21",
"babylon": "^6.3.21",
"babylon": "^6.3.26",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.3.25",
"version": "6.3.26",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.13",
"babylon": "^6.3.25"
"babylon": "^6.3.26"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.3.25",
"version": "6.3.26",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.3.25",
"babel-traverse": "^6.3.26",
"babel-helper-call-delegate": "^6.3.13",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13",

View File

@ -2,18 +2,18 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.3.18",
"version": "6.3.26",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-transform-es2015-for-of": "^6.3.13",
"babel-core": "^6.3.13",
"babel-core": "^6.3.26",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.13",
"babel-traverse": "^6.3.26",
"babel-types": "^6.3.18",
"babylon": "^6.3.18",
"babylon": "^6.3.26",
"private": "~0.1.5"
},
"license": "BSD",

View File

@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.3.25",
"version": "6.3.26",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -12,7 +12,7 @@
"babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.24",
"babylon": "^6.3.25",
"babylon": "^6.3.26",
"debug": "^2.2.0",
"globals": "^8.3.0",
"invariant": "^2.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel",
"version": "6.3.13",
"version": "6.3.26",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "6.3.25",
"version": "6.3.26",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",