Upgrade typescript-eslint version (#39242)

* Upgrade typescript-eslint version

* Update TS version used by typescript-eslint
This commit is contained in:
Ron Buckton
2020-06-24 16:43:03 -07:00
committed by GitHub
parent a3ee09ddc9
commit cc7cb9eadb
8 changed files with 135 additions and 127 deletions

View File

@@ -54,9 +54,9 @@
"@types/through2": "latest",
"@types/travis-fold": "latest",
"@types/xml2js": "^0.4.0",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/experimental-utils": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/experimental-utils": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"async": "latest",
"azure-devops-node-api": "^10.1.0",
"browser-resolve": "^1.11.2",
@@ -97,7 +97,7 @@
"source-map-support": "latest",
"through2": "latest",
"travis-fold": "latest",
"typescript": "^3.9.3",
"typescript": "^4.0.0-dev.20200624",
"vinyl": "latest",
"vinyl-sourcemaps-apply": "latest",
"xml2js": "^0.4.19"