From 1f4250e75ea44a9e1280b4cfcea63ffd9a32aa80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Aug 2019 00:29:32 +0000 Subject: [PATCH] fix(deps): update typescript-eslint monorepo to v2 --- package.json | 4 ++-- packages/common/package.json | 4 ++-- packages/typescript/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6eb54ac38f..60930009af 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.1.5", - "@typescript-eslint/eslint-plugin": "1.11.0", - "@typescript-eslint/parser": "^1.10.2", + "@typescript-eslint/eslint-plugin": "2.0.0", + "@typescript-eslint/parser": "^2.0.0", "eslint": "^6.0.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.18.0", diff --git a/packages/common/package.json b/packages/common/package.json index 0015ca8451..529e48c1e9 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -19,8 +19,8 @@ "eslint": ">=5.16.0" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "1.11.0", - "@typescript-eslint/parser": "^1.10.2", + "@typescript-eslint/eslint-plugin": "2.0.0", + "@typescript-eslint/parser": "^2.0.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-node": "^9.1.0", diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 8b56bdea5b..840884b6a6 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -21,8 +21,8 @@ }, "dependencies": { "@antfu/eslint-config": "^0.2.0", - "@typescript-eslint/eslint-plugin": "1.11.0", - "@typescript-eslint/parser": "^1.10.2" + "@typescript-eslint/eslint-plugin": "2.0.0", + "@typescript-eslint/parser": "^2.0.0" }, "devDependencies": { "eslint": "^6.0.1",