From 2489ea5e2576333a836fb4d803f0a23ca9c27d23 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Tue, 10 Jul 2018 16:08:16 +0900 Subject: [PATCH] Chore: upgrade deps --- lib/configs/es5.js | 1 - package.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/configs/es5.js b/lib/configs/es5.js index 1233bdb..8c5d125 100644 --- a/lib/configs/es5.js +++ b/lib/configs/es5.js @@ -49,7 +49,6 @@ module.exports = merge( "no-array-constructor": "error", "no-caller": "error", "no-case-declarations": "error", - "no-catch-shadow": "error", "no-compare-neg-zero": "error", "no-cond-assign": "error", "no-constant-condition": "error", diff --git a/package.json b/package.json index 8dc4204..aa1b104 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,12 @@ "eslint-plugin-vue": "~4.5.0", "prettier": "^1.13.5", "typescript-eslint-parser": "^16.0.0", - "vue-eslint-parser": "^2.0.3" + "vue-eslint-parser": "^3.1.0" }, "devDependencies": { "chokidar-cli": "^1.2.0", "codecov": "^3.0.1", - "eslint": "^5.0.0", + "eslint": "^5.1.0", "fs-extra": "^6.0.1", "globals": "^11.5.0", "mocha": "^5.1.1",