Skip to content

Commit a0e072b

Browse files
committed
Update dependency tslint to v5.14.0
1 parent e0fcd32 commit a0e072b

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"codecov": "3.0.0",
3737
"jest": "22.3.0",
3838
"ts-jest": "22.0.4",
39-
"tslint": "5.9.1",
39+
"tslint": "5.14.0",
4040
"typedoc": "0.9.0",
4141
"typescript": "2.6.2"
4242
}

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3053,9 +3053,13 @@ tslib@^1.8.0:
30533053
version "1.8.1"
30543054
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
30553055

3056-
tslint@5.9.1:
3057-
version "5.9.1"
3058-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
3056+
tslib@^1.8.1:
3057+
version "1.9.3"
3058+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
3059+
3060+
tslint@5.14.0:
3061+
version "5.14.0"
3062+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e"
30593063
dependencies:
30603064
babel-code-frame "^6.22.0"
30613065
builtin-modules "^1.1.1"
@@ -3065,16 +3069,17 @@ tslint@5.9.1:
30653069
glob "^7.1.1"
30663070
js-yaml "^3.7.0"
30673071
minimatch "^3.0.4"
3072+
mkdirp "^0.5.1"
30683073
resolve "^1.3.2"
30693074
semver "^5.3.0"
30703075
tslib "^1.8.0"
3071-
tsutils "^2.12.1"
3076+
tsutils "^2.29.0"
30723077

3073-
tsutils@^2.12.1:
3074-
version "2.14.0"
3075-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
3078+
tsutils@^2.29.0:
3079+
version "2.29.0"
3080+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
30763081
dependencies:
3077-
tslib "^1.8.0"
3082+
tslib "^1.8.1"
30783083

30793084
tunnel-agent@^0.6.0:
30803085
version "0.6.0"

0 commit comments

Comments
 (0)