This commit is contained in:
Henry Zhu 2016-09-27 12:34:26 -04:00
parent 3c414db312
commit aa6c5ccd45

View File

@ -12,10 +12,10 @@
"url": "https://github.com/babel/babel-eslint.git"
},
"dependencies": {
"babel-traverse": "^6.0.20",
"babel-types": "^6.0.19",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babylon": "^6.11.2",
"lodash.pickby": "^4.0.0"
"lodash.pickby": "^4.6.0"
},
"scripts": {
"bootstrap": "git submodule update --init && cd eslint && npm install",
@ -38,7 +38,7 @@
"homepage": "https://github.com/babel/babel-eslint",
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-babel": "^1.0.1",
"eslint-config-babel": "^1.0.2",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"espree": "^3.3.1",