v6.10.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.9.0",
|
||||
"version": "6.10.0",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.9.0",
|
||||
"version": "6.10.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.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-types": "^6.10.0",
|
||||
"detect-indent": "^3.0.1",
|
||||
"lodash": "^4.2.0",
|
||||
"source-map": "^0.5.0"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.9.0",
|
||||
"version": "6.10.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.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-types": "^6.10.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.9.1",
|
||||
"version": "6.10.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Reference in New Issue
Block a user