This commit is contained in:
Logan Smyth 2017-02-13 17:14:12 -08:00
parent 24400c5b66
commit 48573f1fb4
36 changed files with 96 additions and 96 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.22.2",
"version": "6.23.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -16,9 +16,9 @@
"compiler"
],
"dependencies": {
"babel-core": "^6.22.1",
"babel-register": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-core": "^6.23.0",
"babel-register": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.22.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.22.1",
"version": "6.23.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -27,14 +27,14 @@
},
"dependencies": {
"babel-code-frame": "^6.22.0",
"babel-generator": "^6.22.0",
"babel-helpers": "^6.22.0",
"babel-messages": "^6.22.0",
"babel-template": "^6.22.0",
"babel-generator": "^6.23.0",
"babel-helpers": "^6.23.0",
"babel-messages": "^6.23.0",
"babel-template": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-register": "^6.22.0",
"babel-traverse": "^6.22.1",
"babel-types": "^6.22.0",
"babel-register": "^6.23.0",
"babel-traverse": "^6.23.0",
"babel-types": "^6.23.0",
"babylon": "^6.11.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
@ -48,7 +48,7 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.22.0",
"babel-helper-transform-fixture-test-runner": "^6.22.0",
"babel-polyfill": "^6.22.0"
"babel-helper-transform-fixture-test-runner": "^6.23.0",
"babel-polyfill": "^6.23.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.22.0",
"version": "6.23.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.22.0",
"babel-messages": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-types": "^6.23.0",
"detect-indent": "^4.0.0",
"jsesc": "^1.3.0",
"lodash": "^4.2.0",

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "6.22.0",
"version": "6.23.0",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-types": "^6.23.0",
"esutils": "^2.0.0",
"lodash": "^4.2.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-define-map",
"version": "6.22.0",
"version": "6.23.0",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
@ -8,7 +8,7 @@
"dependencies": {
"babel-runtime": "^6.22.0",
"lodash": "^4.2.0",
"babel-types": "^6.22.0",
"babel-helper-function-name": "^6.22.0"
"babel-types": "^6.23.0",
"babel-helper-function-name": "^6.23.0"
}
}

View File

@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.22.0",
"version": "6.23.0",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-traverse": "^6.22.0",
"babel-types": "^6.23.0",
"babel-traverse": "^6.23.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.22.0"
"babel-template": "^6.23.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-optimise-call-expression",
"version": "6.22.0",
"version": "6.23.0",
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0"
"babel-types": "^6.23.0"
}
}

View File

@ -1,16 +1,16 @@
{
"name": "babel-helper-replace-supers",
"version": "6.22.0",
"version": "6.23.0",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "^6.22.0",
"babel-helper-optimise-call-expression": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-traverse": "^6.22.0",
"babel-messages": "^6.22.0",
"babel-template": "^6.22.0",
"babel-types": "^6.22.0"
"babel-traverse": "^6.23.0",
"babel-messages": "^6.23.0",
"babel-template": "^6.23.0",
"babel-types": "^6.23.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.22.0",
"version": "6.23.0",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,8 +9,8 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-core": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-core": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-helper-fixtures": "^6.22.0",
"source-map": "^0.5.0",
"babel-code-frame": "^6.22.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.22.0",
"version": "6.23.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,6 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0"
"babel-template": "^6.23.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-messages",
"version": "6.22.0",
"version": "6.23.0",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.22.0",
"babel-helper-function-name": "^6.23.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0"
"babel-template": "^6.23.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.22.0"

View File

@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.22.0",
"version": "6.23.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.22.0",
"babel-types": "^6.22.0",
"babel-template": "^6.22.0",
"babel-traverse": "^6.23.0",
"babel-types": "^6.23.0",
"babel-template": "^6.23.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.22.0"
},

View File

@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.22.0",
"version": "6.23.0",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "^6.22.0",
"babel-helper-function-name": "^6.22.0",
"babel-helper-replace-supers": "^6.22.0",
"babel-template": "^6.22.0",
"babel-traverse": "^6.22.0",
"babel-helper-define-map": "^6.22.0",
"babel-messages": "^6.22.0",
"babel-helper-optimise-call-expression": "^6.23.0",
"babel-helper-function-name": "^6.23.0",
"babel-helper-replace-supers": "^6.23.0",
"babel-template": "^6.23.0",
"babel-traverse": "^6.23.0",
"babel-helper-define-map": "^6.23.0",
"babel-messages": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0"
"babel-types": "^6.23.0"
},
"keywords": [
"babel-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.22.0",
"version": "6.23.0",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-for-of",
"version": "6.22.0",
"version": "6.23.0",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT",

View File

@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"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.22.0",
"babel-types": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0",
"babel-template": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.22.0"
},
"keywords": [

View File

@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-template": "^6.22.0",
"babel-template": "^6.23.0",
"babel-helper-hoist-variables": "^6.22.0",
"babel-runtime": "^6.22.0"
},

View File

@ -1,13 +1,13 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.22.0",
"babel-template": "^6.22.0",
"babel-template": "^6.23.0",
"babel-runtime": "^6.22.0"
},
"keywords": [

View File

@ -1,16 +1,16 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.22.0",
"version": "6.23.0",
"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.22.0",
"babel-traverse": "^6.23.0",
"babel-helper-call-delegate": "^6.22.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.22.0",
"babel-types": "^6.22.0",
"babel-template": "^6.23.0",
"babel-types": "^6.23.0",
"babel-runtime": "^6.22.0"
},
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.22.0",
"version": "6.23.0",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-rest-spread",
"version": "6.22.0",
"version": "6.23.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-proto-to-assign",
"version": "6.22.0",
"version": "6.23.0",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-constant-elements",
"version": "6.22.0",
"version": "6.23.0",
"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",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-display-name",
"version": "6.22.0",
"version": "6.23.0",
"description": "Add displayName to React.createClass calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-display-name",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.22.0",
"version": "6.23.0",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
"license": "MIT",
@ -10,7 +10,7 @@
],
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-helper-builder-react-jsx": "^6.22.0",
"babel-helper-builder-react-jsx": "^6.23.0",
"babel-plugin-syntax-jsx": "^6.8.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.22.0",
"version": "6.23.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-polyfill",
"version": "6.22.0",
"version": "6.23.0",
"description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-flow",
"version": "6.22.2",
"version": "6.23.0",
"description": "Babel preset for all Flow plugins.",
"author": "James Kyle <me@thejameskyle.com>",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-flow",

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-react",
"version": "6.22.0",
"version": "6.23.0",
"description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,10 +8,10 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-react",
"main": "lib/index.js",
"dependencies": {
"babel-preset-flow": "^6.22.2",
"babel-preset-flow": "^6.23.0",
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-plugin-transform-react-display-name": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.22.0",
"babel-plugin-transform-react-display-name": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-jsx-self": "^6.22.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.22.0",
"version": "6.23.0",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
@ -8,7 +8,7 @@
"main": "lib/node.js",
"browser": "lib/browser.js",
"dependencies": {
"babel-core": "^6.22.0",
"babel-core": "^6.23.0",
"babel-runtime": "^6.22.0",
"core-js": "^2.4.0",
"home-or-tmp": "^2.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.22.0",
"version": "6.23.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.11.0",
"babel-traverse": "^6.22.0",
"babel-types": "^6.22.0",
"babel-traverse": "^6.23.0",
"babel-types": "^6.23.0",
"babel-runtime": "^6.22.0",
"lodash": "^4.2.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.22.1",
"version": "6.23.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,9 +9,9 @@
"main": "lib/index.js",
"dependencies": {
"babel-code-frame": "^6.22.0",
"babel-messages": "^6.22.0",
"babel-messages": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-types": "^6.23.0",
"babylon": "^6.15.0",
"debug": "^2.2.0",
"globals": "^9.0.0",
@ -19,6 +19,6 @@
"lodash": "^4.2.0"
},
"devDependencies": {
"babel-generator": "^6.22.0"
"babel-generator": "^6.23.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.22.0",
"version": "6.23.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

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