From d5341a2507bff753715f2d29e25bb6ab8320cd61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 01:22:59 +0800 Subject: [PATCH] fix(deps): update dependency @typescript-eslint/eslint-plugin to v2.5.0 (#11) --- package.json | 2 +- packages/common/package.json | 2 +- packages/typescript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94110bf..65b803f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.1.5", - "@typescript-eslint/eslint-plugin": "2.3.1", + "@typescript-eslint/eslint-plugin": "2.5.0", "@typescript-eslint/parser": "^2.0.0", "eslint": "^6.0.1", "eslint-config-standard": "^14.0.0", diff --git a/packages/common/package.json b/packages/common/package.json index 1b628ca..b012e73 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -19,7 +19,7 @@ "eslint": ">=5.16.0" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "2.3.1", + "@typescript-eslint/eslint-plugin": "2.5.0", "@typescript-eslint/parser": "^2.0.0", "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "^2.18.0", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 45b4a5f..1e93572 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@antfu/eslint-config": "^0.2.6", - "@typescript-eslint/eslint-plugin": "2.3.1", + "@typescript-eslint/eslint-plugin": "2.5.0", "@typescript-eslint/parser": "^2.0.0" }, "devDependencies": {