Skip to content

Commit de087bc

Browse files
committed
Update dependency tslint to v5.13.0
1 parent 8623309 commit de087bc

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "23.0.0",
3838
"standard": "10.0.3",
3939
"ts-jest": "22.4.4",
40-
"tslint": "5.9.1",
40+
"tslint": "5.13.0",
4141
"typescript": "3.0.3"
4242
},
4343
"keywords": [

yarn.lock

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

4342-
4343-
version "5.9.1"
4344-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4342+
tslib@^1.8.1:
4343+
version "1.9.3"
4344+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4345+
4346+
4347+
version "5.13.0"
4348+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.0.tgz#239a2357c36b620d72d86744754b6fc088a25359"
43454349
dependencies:
43464350
babel-code-frame "^6.22.0"
43474351
builtin-modules "^1.1.1"
@@ -4351,16 +4355,17 @@ [email protected]:
43514355
glob "^7.1.1"
43524356
js-yaml "^3.7.0"
43534357
minimatch "^3.0.4"
4358+
mkdirp "^0.5.1"
43544359
resolve "^1.3.2"
43554360
semver "^5.3.0"
43564361
tslib "^1.8.0"
4357-
tsutils "^2.12.1"
4362+
tsutils "^2.27.2"
43584363

4359-
tsutils@^2.12.1:
4360-
version "2.14.0"
4361-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4364+
tsutils@^2.27.2:
4365+
version "2.29.0"
4366+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
43624367
dependencies:
4363-
tslib "^1.8.0"
4368+
tslib "^1.8.1"
43644369

43654370
tunnel-agent@^0.6.0:
43664371
version "0.6.0"

0 commit comments

Comments
 (0)