From cfbc82177ec89c6a142c3bb739dc03fefab2a36a Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Wed, 27 Nov 2019 16:24:20 +0700 Subject: [PATCH] feat: upgrade plugin to v2.3.3 Closes #154. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f31edce..afb90f6c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "TypeScript" ], "dependencies": { - "@typescript-eslint/parser": "^2.2.0", + "@typescript-eslint/parser": "^2.3.3", "eslint-config-standard": "^14.1.0" }, "peerDependencies": { @@ -71,7 +71,7 @@ "@commitlint/config-conventional": "^8.2.0", "@commitlint/travis-cli": "^8.2.0", "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "^2.2.0", + "@typescript-eslint/eslint-plugin": "^2.3.3", "ava": "^2.4.0", "editorconfig-checker": "^3.0.3", "eslint": "^6.6.0",