From bb817c74c245d4c40e9086fbae31c028a32c939e Mon Sep 17 00:00:00 2001 From: Alexander T Date: Mon, 22 Jul 2019 13:58:14 +0300 Subject: [PATCH] update eslint --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 787148cf05d..d702a2bab78 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.12.0", - "@typescript-eslint/parser": "1.12.0", + "@typescript-eslint/eslint-plugin": "1.13.0", + "@typescript-eslint/parser": "1.13.0", "async": "latest", "azure-devops-node-api": "^8.0.0", "browser-resolve": "^1.11.2", @@ -64,11 +64,11 @@ "chalk": "latest", "convert-source-map": "latest", "del": "latest", - "eslint": "6.0.1", + "eslint": "6.1.0", "eslint-formatter-autolinkable-stylish": "1.0.0", - "eslint-plugin-import": "2.18.0", - "eslint-plugin-jsdoc": "15.5.3", - "eslint-plugin-microsoft-typescript": "0.1.11", + "eslint-plugin-import": "2.18.2", + "eslint-plugin-jsdoc": "15.6.1", + "eslint-plugin-microsoft-typescript": "0.2.0", "eslint-plugin-no-null": "1.0.2", "fancy-log": "latest", "fs-extra": "^6.0.1",