v6.15.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"version": "6.8.0",
|
||||
"version": "6.15.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"license": "MIT",
|
||||
@@ -8,6 +8,6 @@
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.8.0"
|
||||
"babel-types": "^6.15.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.14.0",
|
||||
"version": "6.15.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.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-traverse": "^6.15.0",
|
||||
"babel-types": "^6.15.0",
|
||||
"babel-template": "^6.15.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.12.0",
|
||||
"version": "6.15.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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-template",
|
||||
"version": "6.14.0",
|
||||
"version": "6.15.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.9.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-traverse": "^6.15.0",
|
||||
"babel-types": "^6.15.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.14.0",
|
||||
"version": "6.15.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -11,7 +11,7 @@
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-types": "^6.15.0",
|
||||
"babylon": "^6.9.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.14.0",
|
||||
"version": "6.15.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Reference in New Issue
Block a user