This commit is contained in:
Sebastian McKenzie 2015-11-13 03:38:54 -08:00
parent 9f6dcdbc29
commit 5b6a39f227
11 changed files with 18 additions and 18 deletions

View File

@ -1 +1 @@
6.1.19 6.1.20

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.1.19", "version": "6.1.20",
"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/",
@ -25,15 +25,15 @@
}, },
"dependencies": { "dependencies": {
"babel-code-frame": "^6.1.18", "babel-code-frame": "^6.1.18",
"babel-generator": "^6.1.18", "babel-generator": "^6.1.20",
"babel-helpers": "^6.1.18", "babel-helpers": "^6.1.20",
"babel-messages": "^6.1.18", "babel-messages": "^6.1.18",
"babel-template": "^6.1.18", "babel-template": "^6.1.18",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-register": "^6.1.18", "babel-register": "^6.1.18",
"babel-traverse": "^6.1.18", "babel-traverse": "^6.1.20",
"babel-types": "^6.1.18", "babel-types": "^6.1.18",
"babylon": "^6.1.18", "babylon": "^6.1.20",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
"esutils": "^2.0.0", "esutils": "^2.0.0",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-helpers", "name": "babel-helpers",
"version": "6.1.18", "version": "6.1.20",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"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-plugin-transform-class-properties", "name": "babel-plugin-transform-class-properties",
"version": "6.1.18", "version": "6.1.20",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-classes", "name": "babel-plugin-transform-es2015-classes",
"version": "6.1.18", "version": "6.1.20",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT", "license": "MIT",
@ -10,7 +10,7 @@
"babel-helper-function-name": "^6.1.18", "babel-helper-function-name": "^6.1.18",
"babel-helper-replace-supers": "^6.1.18", "babel-helper-replace-supers": "^6.1.18",
"babel-template": "^6.1.18", "babel-template": "^6.1.18",
"babel-traverse": "^6.1.18", "babel-traverse": "^6.1.20",
"babel-helper-define-map": "^6.1.18", "babel-helper-define-map": "^6.1.18",
"babel-messages": "^6.1.18", "babel-messages": "^6.1.18",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.1.18", "version": "6.1.20",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-react-constant-elements", "name": "babel-plugin-transform-react-constant-elements",
"version": "6.1.18", "version": "6.1.20",
"description": "Treat React JSX elements as value types and hoist them to the highest scope", "description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-react-inline-elements", "name": "babel-plugin-transform-react-inline-elements",
"version": "6.1.18", "version": "6.1.20",
"description": "Turn JSX elements into exploded React objects", "description": "Turn JSX elements into exploded React objects",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
"license": "MIT", "license": "MIT",

View File

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

View File

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