This commit is contained in:
Sebastian McKenzie
2015-11-03 01:23:11 +00:00
parent 7955548ad1
commit 56e9805657
19 changed files with 51 additions and 51 deletions

View File

@@ -1 +1 @@
6.0.17
6.0.18

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.0.17",
"version": "6.0.18",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -29,14 +29,14 @@
},
"dependencies": {
"babel-code-frame": "^6.0.15",
"babel-generator": "^6.0.15",
"babel-generator": "^6.0.18",
"babel-helpers": "^6.0.17",
"babel-messages": "^6.0.15",
"babel-template": "^6.0.16",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.0.17",
"babel-types": "^6.0.17",
"babylon": "^6.0.17",
"babel-traverse": "^6.0.18",
"babel-types": "^6.0.18",
"babylon": "^6.0.18",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"esutils": "^2.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.0.15",
"version": "6.0.18",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.0.15",
"babel-runtime": "^5.0.0",
"babel-types": "^6.0.15",
"babel-types": "^6.0.18",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.0.15",
"babylon": "^6.0.0"
"babylon": "^6.0.18"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helper-regex",
"version": "6.0.15",
"version": "6.0.18",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
@@ -8,6 +8,6 @@
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.0.15"
"babel-types": "^6.0.18"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helper-replace-supers",
"version": "6.0.15",
"version": "6.0.18",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
@@ -8,9 +8,9 @@
"dependencies": {
"babel-helper-optimise-call-expression": "^6.0.15",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.0.14",
"babel-traverse": "^6.0.18",
"babel-messages": "^6.0.15",
"babel-template": "^6.0.15",
"babel-types": "^6.0.15"
"babel-types": "^6.0.18"
}
}

View File

@@ -1,13 +1,13 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.0.14",
"version": "6.0.18",
"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.0.14",
"babel-types": "^6.0.14",
"babel-traverse": "^6.0.18",
"babel-types": "^6.0.18",
"babel-template": "^6.0.14",
"lodash": "^3.10.0",
"babel-runtime": "^5.0.0"
@@ -15,4 +15,4 @@
"keywords": [
"babel-plugin"
]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.0.14",
"version": "6.0.18",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-literals",
"version": "6.0.15",
"version": "6.0.18",
"description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
"license": "MIT",

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.0.15",
"version": "6.0.18",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.0.15",
"babel-types": "^6.0.18",
"babel-runtime": "^5.0.0",
"babel-template": "^6.0.15",
"babel-plugin-transform-strict-mode": "^6.0.15"

View File

@@ -1,19 +1,19 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.0.14",
"version": "6.0.18",
"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.0.14",
"babel-traverse": "^6.0.18",
"babel-helper-call-delegate": "^6.0.14",
"babel-helper-get-function-arity": "^6.0.14",
"babel-template": "^6.0.14",
"babel-types": "^6.0.14",
"babel-types": "^6.0.18",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-sticky-regex",
"version": "6.0.14",
"version": "6.0.18",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
"license": "MIT",
@@ -9,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "^6.0.14",
"babel-types": "^6.0.14",
"babel-helper-regex": "^6.0.18",
"babel-types": "^6.0.18",
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-unicode-regex",
"version": "6.0.14",
"version": "6.0.18",
"description": "Compile ES2015 unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
"license": "MIT",
@@ -9,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "^6.0.14",
"babel-helper-regex": "^6.0.18",
"regexpu": "^1.1.2",
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-minify-booleans",
"version": "6.0.17",
"version": "6.0.18",
"description": "Turn boolean literals into !0 for true and !1 for false.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-minify-booleans ",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.0.14",
"version": "6.0.18",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
@@ -13,4 +13,4 @@
"babel-helper-builder-react-jsx": "^6.0.14",
"babel-plugin-syntax-jsx": "^6.0.14"
}
}
}

View File

@@ -16,7 +16,7 @@
"desugaring",
"ES6"
],
"version": "6.0.17",
"version": "6.0.18",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": {
"type": "git",
@@ -29,13 +29,13 @@
},
"dependencies": {
"commoner": "~0.10.3",
"babel-plugin-transform-es2015-block-scoping": "^6.0.14",
"babel-plugin-transform-es2015-block-scoping": "^6.0.18",
"babel-plugin-syntax-async-functions": "^6.0.14",
"babel-plugin-transform-es2015-for-of": "^6.0.14",
"babel-core": "^6.0.17",
"babel-traverse": "^6.0.17",
"babel-types": "^6.0.17",
"babylon": "^6.0.17",
"babel-core": "^6.0.18",
"babel-traverse": "^6.0.18",
"babel-types": "^6.0.18",
"babylon": "^6.0.18",
"private": "~0.1.5",
"through": "~2.3.8"
},

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-undefined-to-void",
"version": "6.0.14",
"version": "6.0.18",
"description": "Replace references to `undefined` with `void 0`",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-undefined-to-void",
"license": "MIT",
@@ -11,4 +11,4 @@
"dependencies": {
"babel-runtime": "^5.0.0"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.0.17",
"version": "6.0.18",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -11,8 +11,8 @@
"babel-code-frame": "^6.0.14",
"babel-messages": "^6.0.14",
"babel-runtime": "^5.0.0",
"babel-types": "^6.0.17",
"babylon": "^6.0.17",
"babel-types": "^6.0.18",
"babylon": "^6.0.18",
"globals": "^8.3.0",
"invariant": "^2.1.0",
"lodash": "^3.10.1",

View File

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

View File

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