From 784050991c739a458457c6bdad3128d51f309d4f Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Thu, 25 Jun 2020 14:03:56 -0700 Subject: [PATCH] Update typescript-eslint to 3.4.1-alpha.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d109165ba88b..6947d7ec11f92 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": "^3.4.0", - "@typescript-eslint/experimental-utils": "^3.4.0", - "@typescript-eslint/parser": "^3.4.0", + "@typescript-eslint/eslint-plugin": "^3.4.1-alpha.1", + "@typescript-eslint/experimental-utils": "^3.4.1-alpha.1", + "@typescript-eslint/parser": "^3.4.1-alpha.1", "async": "latest", "azure-devops-node-api": "^10.1.0", "browser-resolve": "^1.11.2",