From 3e9d651f48c54617a372cc83697d48ea923dd668 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 9 Sep 2019 21:35:00 +0300 Subject: [PATCH] update typescript-eslint to the latest version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a3882162d1..99dbfd2ba7e 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,9 @@ "@types/through2": "latest", "@types/travis-fold": "latest", "@types/xml2js": "^0.4.0", - "@typescript-eslint/eslint-plugin": "2.1.0", - "@typescript-eslint/experimental-utils": "2.1.0", - "@typescript-eslint/parser": "2.1.0", + "@typescript-eslint/eslint-plugin": "2.2.0", + "@typescript-eslint/experimental-utils": "2.2.0", + "@typescript-eslint/parser": "2.2.0", "async": "latest", "azure-devops-node-api": "^8.0.0", "browser-resolve": "^1.11.2",