update: update dependency tslint-etc to v1.7.1
This commit is contained in:
parent
961c80e18c
commit
fd0097758a
|
@ -50,7 +50,7 @@
|
|||
"tslint": "5.20.0",
|
||||
"tslint-clean-code": "0.2.10",
|
||||
"tslint-consistent-codestyle": "1.16.0",
|
||||
"tslint-etc": "1.7.0",
|
||||
"tslint-etc": "1.7.1",
|
||||
"tslint-microsoft-contrib": "6.2.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "3.6.4"
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -174,10 +174,10 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/tsdoc/-/tsdoc-0.12.14.tgz#0e0810a0a174e50e22dfe8edb30599840712f22d"
|
||||
integrity sha512-518yewjSga1jLdiLrcmpMFlaba5P+50b0TWNFUpC+SL9Yzf0kMi57qw+bMl+rQ08cGqH1vLx4eg9YFUbZXgZ0Q==
|
||||
|
||||
"@phenomnomnominal/tsquery@^3.0.0":
|
||||
version "3.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@phenomnomnominal/tsquery/-/tsquery-3.0.0.tgz#6f2f4dbf6304ff52b12cc7a5b979f20c3794a22a"
|
||||
integrity sha512-SW8lKitBHWJ9fAYkJ9kJivuctwNYCh3BUxLdH0+XiR1GPBiu+7qiZzh8p8jqlj1LgVC1TbvfNFroaEsmYlL8Iw==
|
||||
"@phenomnomnominal/tsquery@^4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@phenomnomnominal/tsquery/-/tsquery-4.0.0.tgz#610e8ac968137e4a0f98c842c919bb8ad0e85718"
|
||||
integrity sha512-s2Yet/MCj9Jh6nR6GfldrUPT6Y+aM1jIAdiKcOKEzmeKALT0Tc7SFIkYP3KvzjzbkKK5W7BiJ3cWy2UOa4ITbw==
|
||||
dependencies:
|
||||
esquery "^1.0.1"
|
||||
|
||||
|
@ -2677,12 +2677,12 @@ tslint-consistent-codestyle@1.16.0:
|
|||
tslib "^1.7.1"
|
||||
tsutils "^2.29.0"
|
||||
|
||||
tslint-etc@1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.7.0.tgz#7cd5b500bca458067c7061aad6f53e352d0872d5"
|
||||
integrity sha512-8NOGfr4zRquMNugz8D9gr0Tz8xxNA1Zrd2OFqURaWNKV779GO4LhqHjFL572m3MusUwSxPkUOMSmsqAwkvu6qQ==
|
||||
tslint-etc@1.7.1:
|
||||
version "1.7.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.7.1.tgz#6f84d6b94f46b9867e65cee3dd2a1921073eb39a"
|
||||
integrity sha512-5hG/ywGf9xCdi4Rb/wv5jTNs/L3izav+LYYE0Rp1A7WBsxyzGDlOmhfnHDYLf9sodVv1TWj9Su7IxErea0xGDA==
|
||||
dependencies:
|
||||
"@phenomnomnominal/tsquery" "^3.0.0"
|
||||
"@phenomnomnominal/tsquery" "^4.0.0"
|
||||
tslib "^1.8.0"
|
||||
tsutils "^3.0.0"
|
||||
tsutils-etc "^1.0.0"
|
||||
|
|
Loading…
Reference in New Issue