Merge pull request #5522 from babel/update-babylon
This commit is contained in:
commit
492ee95f27
@ -34,7 +34,7 @@
|
||||
"babel-register": "7.0.0-alpha.2",
|
||||
"babel-traverse": "7.0.0-alpha.1",
|
||||
"babel-types": "7.0.0-alpha.1",
|
||||
"babylon": "7.0.0-beta.4",
|
||||
"babylon": "7.0.0-beta.6",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.5.0",
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"throws": "super() outside of class constructor"
|
||||
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'."
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "7.0.0-beta.4",
|
||||
"babylon": "7.0.0-beta.6",
|
||||
"babel-traverse": "7.0.0-alpha.1",
|
||||
"babel-types": "7.0.0-alpha.1",
|
||||
"lodash": "^4.2.0"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"babel-code-frame": "7.0.0-alpha.1",
|
||||
"babel-messages": "7.0.0-alpha.1",
|
||||
"babel-types": "7.0.0-alpha.1",
|
||||
"babylon": "7.0.0-beta.4",
|
||||
"babylon": "7.0.0-beta.6",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^9.0.0",
|
||||
"invariant": "^2.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user