just make sure babylon is up to date [skip ci]

This commit is contained in:
Henry Zhu 2017-06-08 17:10:51 -04:00
parent 0c8fdc381d
commit bc013e6d34
5 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@
"babel-register": "^6.24.1",
"babel-traverse": "^6.24.1",
"babel-types": "^6.24.1",
"babylon": "^6.11.0",
"babylon": "^6.17.2",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.5.0",

View File

@ -22,6 +22,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.22.0",
"babylon": "^6.11.0"
"babylon": "^6.17.2"
}
}

View File

@ -8,7 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.11.0",
"babylon": "^6.17.2",
"babel-traverse": "^6.24.1",
"babel-types": "^6.24.1",
"babel-runtime": "^6.22.0",

View File

@ -12,7 +12,7 @@
"babel-messages": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-types": "^6.24.1",
"babylon": "^6.15.0",
"babylon": "^6.17.2",
"debug": "^2.2.0",
"globals": "^9.0.0",
"invariant": "^2.2.0",

View File

@ -14,6 +14,6 @@
"to-fast-properties": "^1.0.1"
},
"devDependencies": {
"babylon": "^6.8.2"
"babylon": "^6.17.2"
}
}