Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3e297d

Browse files
committedFeb 23, 2019
Update dependency tslint to v5.13.0
1 parent 7cc57e9 commit b3e297d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bot-tester": "3.4.2",
2828
"ts-jest": "22.0.2",
2929
"ts-node": "4.1.0",
30-
"tslint": "5.9.1",
30+
"tslint": "5.13.0",
3131
"typescript": "2.7.2"
3232
}
3333
}

‎yarn.lock

+13-8
Original file line numberDiff line numberDiff line change
@@ -4161,9 +4161,13 @@ tslib@^1.8.0:
41614161
version "1.8.1"
41624162
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
41634163

4164-
tslint@5.9.1:
4165-
version "5.9.1"
4166-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
4164+
tslib@^1.8.1:
4165+
version "1.9.3"
4166+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
4167+
4168+
tslint@5.13.0:
4169+
version "5.13.0"
4170+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.0.tgz#239a2357c36b620d72d86744754b6fc088a25359"
41674171
dependencies:
41684172
babel-code-frame "^6.22.0"
41694173
builtin-modules "^1.1.1"
@@ -4173,16 +4177,17 @@ tslint@5.9.1:
41734177
glob "^7.1.1"
41744178
js-yaml "^3.7.0"
41754179
minimatch "^3.0.4"
4180+
mkdirp "^0.5.1"
41764181
resolve "^1.3.2"
41774182
semver "^5.3.0"
41784183
tslib "^1.8.0"
4179-
tsutils "^2.12.1"
4184+
tsutils "^2.27.2"
41804185

4181-
tsutils@^2.12.1:
4182-
version "2.14.0"
4183-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
4186+
tsutils@^2.27.2:
4187+
version "2.29.0"
4188+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
41844189
dependencies:
4185-
tslib "^1.8.0"
4190+
tslib "^1.8.1"
41864191

41874192
tunnel-agent@^0.6.0:
41884193
version "0.6.0"

0 commit comments

Comments
 (0)