diff --git a/eslint/babel-eslint-parser/package.json b/eslint/babel-eslint-parser/package.json index 545de6ebe8..439f15efe6 100644 --- a/eslint/babel-eslint-parser/package.json +++ b/eslint/babel-eslint-parser/package.json @@ -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",