v6.3.20
This commit is contained in:
parent
4bb7dbabb0
commit
c451222d6e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.3.19",
|
||||
"version": "6.3.20",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.3.18",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.18",
|
||||
"babel-types": "^6.3.20",
|
||||
"detect-indent": "^3.0.1",
|
||||
"is-integer": "^1.0.4",
|
||||
"lodash": "^3.10.1",
|
||||
@ -23,6 +23,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.3.13",
|
||||
"babylon": "^6.3.18"
|
||||
"babylon": "^6.3.20"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.3.18",
|
||||
"version": "6.3.20",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.3.18",
|
||||
"version": "6.3.20",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user