update: update dependency tslint-etc to v1.9.2
This commit is contained in:
parent
1f323934c7
commit
f934001bf8
|
@ -50,7 +50,7 @@
|
||||||
"tslint": "5.20.1",
|
"tslint": "5.20.1",
|
||||||
"tslint-clean-code": "0.2.10",
|
"tslint-clean-code": "0.2.10",
|
||||||
"tslint-consistent-codestyle": "1.16.0",
|
"tslint-consistent-codestyle": "1.16.0",
|
||||||
"tslint-etc": "1.9.1",
|
"tslint-etc": "1.9.2",
|
||||||
"tslint-microsoft-contrib": "6.2.0",
|
"tslint-microsoft-contrib": "6.2.0",
|
||||||
"tslint-sonarts": "1.9.0",
|
"tslint-sonarts": "1.9.0",
|
||||||
"typescript": "3.7.2"
|
"typescript": "3.7.2"
|
||||||
|
|
|
@ -2708,10 +2708,10 @@ tslint-consistent-codestyle@1.16.0:
|
||||||
tslib "^1.7.1"
|
tslib "^1.7.1"
|
||||||
tsutils "^2.29.0"
|
tsutils "^2.29.0"
|
||||||
|
|
||||||
tslint-etc@1.9.1:
|
tslint-etc@1.9.2:
|
||||||
version "1.9.1"
|
version "1.9.2"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.9.1.tgz#6c946b1dbb2e1b8d9029ff89df005683a1af675c"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-etc/-/tslint-etc-1.9.2.tgz#c047b7b6e4505ae48690933b31d2041147fdc8fe"
|
||||||
integrity sha512-lkZQSHRoTNm8EkLC76VYJ66JGY5oymCICzEFISTSYLOhwd/vKE0ljQY7AJIDp+4LT/BSLDDu6LklDYJqca+63Q==
|
integrity sha512-OGsPc2kPVg4TU6OVJuc6awbri38O/uyNuWzlnYz6tivCa542FBtD4Vfiun26O9bPa1KlOrOMAB8hPcgQQR3T1Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@phenomnomnominal/tsquery" "^4.0.0"
|
"@phenomnomnominal/tsquery" "^4.0.0"
|
||||||
tslib "^1.8.0"
|
tslib "^1.8.0"
|
||||||
|
|
Loading…
Reference in New Issue