File tree 3 files changed +13
-8
lines changed
packages/eslint-plugin-tslint
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 73
73
"prettier" : " ^1.19.1" ,
74
74
"ts-jest" : " ^25.0.0" ,
75
75
"ts-node" : " ^8.5.0" ,
76
- "tslint" : " ^5.20.1 " ,
76
+ "tslint" : " ^6.1.0 " ,
77
77
"typescript" : " >=3.2.1 <3.9.0"
78
78
},
79
79
"resolutions" : {
Original file line number Diff line number Diff line change 36
36
},
37
37
"peerDependencies" : {
38
38
"eslint" : " ^5.0.0 || ^6.0.0" ,
39
- "tslint" : " ^5.0.0" ,
39
+ "tslint" : " ^5.0.0 || ^6.0.0 " ,
40
40
"typescript" : " *"
41
41
},
42
42
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -8065,15 +8065,20 @@ ts-node@^8.5.0:
8065
8065
source-map-support "^0.5.6"
8066
8066
yn "^3.0.0"
8067
8067
8068
- tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0 :
8068
+ tslib@^1.10.0 :
8069
+ version "1.11.1"
8070
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
8071
+ integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
8072
+
8073
+ tslib@^1.8.1, tslib@^1.9.0 :
8069
8074
version "1.10.0"
8070
8075
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
8071
8076
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
8072
8077
8073
- tslint@^5.20.1 :
8074
- version "5.20.1 "
8075
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1. tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d "
8076
- integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg ==
8078
+ tslint@^6.1.0 :
8079
+ version "6.1.0 "
8080
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.0. tgz#c6c611b8ba0eed1549bf5a59ba05a7732133d851 "
8081
+ integrity sha512-fXjYd/61vU6da04E505OZQGb2VCN2Mq3doeWcOIryuG+eqdmFUXTYVwdhnbEu2k46LNLgUYt9bI5icQze/j0bQ ==
8077
8082
dependencies :
8078
8083
" @babel/code-frame" " ^7.0.0"
8079
8084
builtin-modules "^1.1.1"
@@ -8086,7 +8091,7 @@ tslint@^5.20.1:
8086
8091
mkdirp "^0.5.1"
8087
8092
resolve "^1.3.2"
8088
8093
semver "^5.3.0"
8089
- tslib "^1.8 .0"
8094
+ tslib "^1.10 .0"
8090
8095
tsutils "^2.29.0"
8091
8096
8092
8097
tsutils@^2.29.0 :
You can’t perform that action at this time.
0 commit comments