From ab28ee70052dddbb2d1a3f619e819a3f638c0c85 Mon Sep 17 00:00:00 2001 From: Alexander T Date: Thu, 27 Jun 2019 14:08:53 +0300 Subject: [PATCH] update eslint, @typescript-eslint/* --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b8797410416..b27094ebd0b 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "@types/through2": "latest", "@types/travis-fold": "latest", "@types/xml2js": "^0.4.0", - "@typescript-eslint/eslint-plugin": "1.10.2", - "@typescript-eslint/parser": "1.10.2", + "@typescript-eslint/eslint-plugin": "1.11.0", + "@typescript-eslint/parser": "1.11.0", "azure-devops-node-api": "^8.0.0", "browser-resolve": "^1.11.2", "browserify": "latest", @@ -63,7 +63,7 @@ "chalk": "latest", "convert-source-map": "latest", "del": "latest", - "eslint": "5.16.0", + "eslint": "6.0.1", "eslint-formatter-autolinkable-stylish": "latest", "eslint-plugin-microsoft-typescript": "0.1.11", "fancy-log": "latest",