From cf0c1d8268dc5181fa38baecbe29fe105764e657 Mon Sep 17 00:00:00 2001 From: leecason Date: Mon, 23 Mar 2020 21:32:11 +0800 Subject: [PATCH] Revert "chore(deps-dev): bump @typescript-eslint/parser from 2.19.2 to 2.24.0" This reverts commit 8dfc12f5e2f8ce2c604f8630234049a87aa0d019. --- yarn.lock | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4e294178..51ee9493 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1818,6 +1818,15 @@ regexpp "^3.0.0" tsutils "^3.17.1" +"@typescript-eslint/experimental-utils@2.19.2": + version "2.19.2" + resolved "https://registry.npm.taobao.org/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-2.19.2.tgz?cache=0&sync_timestamp=1581475730636&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fexperimental-utils%2Fdownload%2F%40typescript-eslint%2Fexperimental-utils-2.19.2.tgz#4611d44cf0f0cb460c26aa7676fc0a787281e233" + integrity sha1-RhHUTPDwy0YMJqp2dvwKeHKB4jM= + dependencies: + "@types/json-schema" "^7.0.3" + "@typescript-eslint/typescript-estree" "2.19.2" + eslint-scope "^5.0.0" + "@typescript-eslint/experimental-utils@2.24.0": version "2.24.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143" @@ -1828,14 +1837,27 @@ eslint-scope "^5.0.0" "@typescript-eslint/parser@^2.18.0": - version "2.24.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.24.0.tgz#2cf0eae6e6dd44d162486ad949c126b887f11eb8" - integrity sha512-H2Y7uacwSSg8IbVxdYExSI3T7uM1DzmOn2COGtCahCC3g8YtM1xYAPi2MAHyfPs61VKxP/J/UiSctcRgw4G8aw== + version "2.19.2" + resolved "https://registry.npm.taobao.org/@typescript-eslint/parser/download/@typescript-eslint/parser-2.19.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fparser%2Fdownload%2F%40typescript-eslint%2Fparser-2.19.2.tgz#21f42c0694846367e7d6a907feb08ab2f89c0879" + integrity sha1-IfQsBpSEY2fn1qkH/rCKsvicCHk= dependencies: "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "2.24.0" - "@typescript-eslint/typescript-estree" "2.24.0" + "@typescript-eslint/experimental-utils" "2.19.2" + "@typescript-eslint/typescript-estree" "2.19.2" + eslint-visitor-keys "^1.1.0" + +"@typescript-eslint/typescript-estree@2.19.2": + version "2.19.2" + resolved "https://registry.npm.taobao.org/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-2.19.2.tgz#67485b00172f400474d243c6c0be27581a579350" + integrity sha1-Z0hbABcvQAR00kPGwL4nWBpXk1A= + dependencies: + debug "^4.1.1" eslint-visitor-keys "^1.1.0" + glob "^7.1.6" + is-glob "^4.0.1" + lodash "^4.17.15" + semver "^6.3.0" + tsutils "^3.17.1" "@typescript-eslint/typescript-estree@2.24.0": version "2.24.0"