v6.3.15
This commit is contained in:
parent
d06cfe63c2
commit
3f7019f964
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,7 +8,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
||||
"preferGlobal": true,
|
||||
"dependencies": {
|
||||
"babel-core": "^6.3.13",
|
||||
"babel-core": "^6.3.15",
|
||||
"babel-register": "^6.3.13",
|
||||
"babel-polyfill": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -25,15 +25,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.3.13",
|
||||
"babel-generator": "^6.3.13",
|
||||
"babel-generator": "^6.3.15",
|
||||
"babel-helpers": "^6.3.13",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-register": "^6.3.13",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-traverse": "^6.3.15",
|
||||
"babel-types": "^6.3.13",
|
||||
"babylon": "^6.3.13",
|
||||
"babylon": "^6.3.15",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.4.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.3.14",
|
||||
"version": "6.3.15",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -23,6 +23,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.3.13",
|
||||
"babylon": "^6.3.14"
|
||||
"babylon": "^6.3.15"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-function-name",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
||||
"license": "MIT",
|
||||
@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-traverse": "^6.3.15",
|
||||
"babel-helper-get-function-arity": "^6.3.13",
|
||||
"babel-template": "^6.3.13"
|
||||
}
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"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.3.13",
|
||||
"babel-helper-function-name": "^6.3.13",
|
||||
"babel-helper-function-name": "^6.3.15",
|
||||
"babel-helper-replace-supers": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-traverse": "^6.3.15",
|
||||
"babel-helper-define-map": "^6.3.13",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-strip-types",
|
||||
"version": "6.3.13",
|
||||
"version": "6.3.15",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.3.14",
|
||||
"version": "6.3.15",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -12,7 +12,7 @@
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.14",
|
||||
"babylon": "^6.3.14",
|
||||
"babylon": "^6.3.15",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
"invariant": "^2.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.3.14",
|
||||
"version": "6.3.15",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user