update eslint, acorn-to-esprima

This commit is contained in:
Henry Zhu 2015-11-01 10:10:08 -05:00
parent b4fb1d3aca
commit 677d42f7ad

View File

@ -8,10 +8,10 @@
"url": "https://github.com/babel/babel-eslint.git" "url": "https://github.com/babel/babel-eslint.git"
}, },
"dependencies": { "dependencies": {
"babel-core": "^5.8.25", "babel-core": "^5.8.33",
"lodash.assign": "^3.2.0", "lodash.assign": "^3.2.0",
"lodash.pick": "^3.1.0", "lodash.pick": "^3.1.0",
"acorn-to-esprima": "^1.0.4" "acorn-to-esprima": "^1.0.5"
}, },
"scripts": { "scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install", "bootstrap": "git submodule update --init && cd eslint && npm install",
@ -26,7 +26,7 @@
}, },
"homepage": "https://github.com/babel/babel-eslint", "homepage": "https://github.com/babel/babel-eslint",
"devDependencies": { "devDependencies": {
"eslint": "^1.6.0", "eslint": "^1.8.0",
"espree": "^2.2.5", "espree": "^2.2.5",
"mocha": "^2.3.3" "mocha": "^2.3.3"
} }