v6.21.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0-beta.23",
|
||||
"version": "6.20.3",
|
||||
"version": "6.21.0",
|
||||
"changelog": {
|
||||
"repo": "babel/babel",
|
||||
"labels": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -26,14 +26,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.20.0",
|
||||
"babel-generator": "^6.20.0",
|
||||
"babel-generator": "^6.21.0",
|
||||
"babel-helpers": "^6.16.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-register": "^6.18.0",
|
||||
"babel-traverse": "^6.20.0",
|
||||
"babel-types": "^6.20.0",
|
||||
"babel-traverse": "^6.21.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babylon": "^6.11.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.20.0",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.20.0",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.21.0",
|
||||
"babel-polyfill": "^6.20.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-types": "^6.20.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"detect-indent": "^4.0.0",
|
||||
"jsesc": "^1.3.0",
|
||||
"lodash": "^4.2.0",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-react-jsx",
|
||||
"version": "6.18.0",
|
||||
"version": "6.21.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.9.0",
|
||||
"babel-types": "^6.18.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"esutils": "^2.0.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-transform-fixture-test-runner",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Transform test runner for babel-helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -9,7 +9,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-core": "^6.20.0",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-polyfill": "^6.20.0",
|
||||
"babel-helper-fixtures": "^6.20.0",
|
||||
"source-map": "^0.5.0",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.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.20.0",
|
||||
"babel-types": "^6.20.0",
|
||||
"babel-traverse": "^6.21.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babel-template": "^6.15.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.20.0"
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.18.0",
|
||||
"version": "6.21.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.18.0",
|
||||
"babel-traverse": "^6.21.0",
|
||||
"babel-helper-call-delegate": "^6.18.0",
|
||||
"babel-helper-get-function-arity": "^6.18.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-types": "^6.18.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-comments",
|
||||
"version": "6.17.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Turn flow type annotations into comments",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-strip-types",
|
||||
"version": "6.18.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Strip flow type annotations from your output code.",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.0",
|
||||
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.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/",
|
||||
@@ -11,7 +11,7 @@
|
||||
"babel-code-frame": "^6.20.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.20.0",
|
||||
"babel-types": "^6.20.0",
|
||||
"babel-types": "^6.21.0",
|
||||
"babylon": "^6.11.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^9.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.20.0",
|
||||
"version": "6.21.0",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Reference in New Issue
Block a user