Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit af82916

Browse files
committed
chore(deps): update dependency tslint to v5.20.0
1 parent f928da2 commit af82916

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"size-limit": "0.22.0",
3333
"ts-loader": "5.4.5",
3434
"ts-node": "8.2.0",
35-
"tslint": "5.17.0",
35+
"tslint": "5.20.0",
3636
"typescript": "3.5.1",
3737
"typescript-eslint-parser": "21.0.2",
3838
"wdio-mocha-framework": "0.6.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ diff-match-patch@^1.0.0:
16971697
version "1.0.1"
16981698
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.1.tgz#d5f880213d82fbc124d2b95111fb3c033dbad7fa"
16991699

1700-
[email protected], diff@^3.1.0, diff@^3.2.0:
1700+
[email protected], diff@^3.1.0:
17011701
version "3.5.0"
17021702
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
17031703

@@ -6381,15 +6381,15 @@ tslint-eslint-rules@^5.3.1:
63816381
tslib "1.9.0"
63826382
tsutils "2.8.0"
63836383

6384-
tslint@5.17.0:
6385-
version "5.17.0"
6386-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"
6384+
tslint@5.20.0:
6385+
version "5.20.0"
6386+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz#fac93bfa79568a5a24e7be9cdde5e02b02d00ec1"
63876387
dependencies:
63886388
"@babel/code-frame" "^7.0.0"
63896389
builtin-modules "^1.1.1"
63906390
chalk "^2.3.0"
63916391
commander "^2.12.1"
6392-
diff "^3.2.0"
6392+
diff "^4.0.1"
63936393
glob "^7.1.1"
63946394
js-yaml "^3.13.1"
63956395
minimatch "^3.0.4"

0 commit comments

Comments
 (0)