From 49c3afdc20322e7fa9265a6360d8ce5b374e571a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 31 Aug 2019 22:16:36 +0300 Subject: [PATCH] update eslint, typescript-eslint, eslint-plugin-jsdoc --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 001482225b2..4be28105830 100644 --- a/package.json +++ b/package.json @@ -55,9 +55,9 @@ "@types/through2": "latest", "@types/travis-fold": "latest", "@types/xml2js": "^0.4.0", - "@typescript-eslint/eslint-plugin": "2.0.1-alpha.14", - "@typescript-eslint/experimental-utils": "2.0.1-alpha.14", - "@typescript-eslint/parser": "2.0.1-alpha.14", + "@typescript-eslint/eslint-plugin": "2.0.1-alpha.29", + "@typescript-eslint/experimental-utils": "2.0.1-alpha.29", + "@typescript-eslint/parser": "2.0.1-alpha.29", "async": "latest", "azure-devops-node-api": "^8.0.0", "browser-resolve": "^1.11.2", @@ -66,10 +66,10 @@ "chalk": "latest", "convert-source-map": "latest", "del": "latest", - "eslint": "6.2.1", + "eslint": "6.3.0", "eslint-formatter-autolinkable-stylish": "1.0.2", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jsdoc": "15.7.2", + "eslint-plugin-jsdoc": "15.8.4", "eslint-plugin-no-null": "1.0.2", "fancy-log": "latest", "fs-extra": "^6.0.1",