Merge pull request #5522 from babel/update-babylon

This commit is contained in:
Henry Zhu 2017-03-22 10:49:29 -04:00 committed by GitHub
commit 492ee95f27
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
"babel-register": "7.0.0-alpha.2", "babel-register": "7.0.0-alpha.2",
"babel-traverse": "7.0.0-alpha.1", "babel-traverse": "7.0.0-alpha.1",
"babel-types": "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", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
"json5": "^0.5.0", "json5": "^0.5.0",

View File

@ -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'."
} }

View File

@ -8,7 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template", "repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babylon": "7.0.0-beta.4", "babylon": "7.0.0-beta.6",
"babel-traverse": "7.0.0-alpha.1", "babel-traverse": "7.0.0-alpha.1",
"babel-types": "7.0.0-alpha.1", "babel-types": "7.0.0-alpha.1",
"lodash": "^4.2.0" "lodash": "^4.2.0"

View File

@ -11,7 +11,7 @@
"babel-code-frame": "7.0.0-alpha.1", "babel-code-frame": "7.0.0-alpha.1",
"babel-messages": "7.0.0-alpha.1", "babel-messages": "7.0.0-alpha.1",
"babel-types": "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", "debug": "^2.2.0",
"globals": "^9.0.0", "globals": "^9.0.0",
"invariant": "^2.2.0", "invariant": "^2.2.0",