update packages
This commit is contained in:
parent
463cda9a10
commit
afd72ba541
@ -8,10 +8,10 @@
|
||||
"url": "https://github.com/babel/babel-eslint.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-core": "^5.8.23",
|
||||
"lodash.assign": "^3.0.0",
|
||||
"babel-core": "^5.8.25",
|
||||
"lodash.assign": "^3.2.0",
|
||||
"lodash.pick": "^3.1.0",
|
||||
"acorn-to-esprima": "^1.0.2"
|
||||
"acorn-to-esprima": "^1.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "git submodule update --init && cd eslint && npm install",
|
||||
@ -26,8 +26,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/babel/babel-eslint",
|
||||
"devDependencies": {
|
||||
"eslint": "^1.3.1",
|
||||
"espree": "^2.2.4",
|
||||
"mocha": "^2.2.5"
|
||||
"eslint": "^1.6.0",
|
||||
"espree": "^2.2.5",
|
||||
"mocha": "^2.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -47,7 +47,7 @@ describe("verify", function () {
|
||||
verifyAndAssertMessages(
|
||||
"{ , res }",
|
||||
{},
|
||||
[ "1:3 Unexpected token" ]
|
||||
[ "1:3 Parsing error: Unexpected token" ]
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user