Skip to content

Commit 6634dab

Browse files
committed
Update dependency tslint to v5.17.0
1 parent e0fcd32 commit 6634dab

2 files changed

Lines changed: 42 additions & 12 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.17.0",
4040
"typedoc": "0.9.0",
4141
"typescript": "2.6.2"
4242
}

yarn.lock

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# yarn lockfile v1
33

44

5+
"@babel/code-frame@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
8+
dependencies:
9+
"@babel/highlight" "^7.0.0"
10+
511
"@babel/code-frame@^7.0.0-beta.35":
612
version "7.0.0-beta.38"
713
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.38.tgz#c0af5930617e55e050336838e3a3670983b0b2b2"
@@ -10,6 +16,14 @@
1016
esutils "^2.0.2"
1117
js-tokens "^3.0.0"
1218

19+
"@babel/highlight@^7.0.0":
20+
version "7.0.0"
21+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
22+
dependencies:
23+
chalk "^2.0.0"
24+
esutils "^2.0.2"
25+
js-tokens "^4.0.0"
26+
1327
"@types/fs-extra@4.0.0":
1428
version "4.0.0"
1529
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-4.0.0.tgz#1dd742ad5c9bce308f7a52d02ebc01421bc9102f"
@@ -240,7 +254,7 @@ aws4@^1.2.1, aws4@^1.6.0:
240254
version "1.6.0"
241255
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
242256

243-
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
257+
babel-code-frame@^6.26.0:
244258
version "6.26.0"
245259
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
246260
dependencies:
@@ -1907,6 +1921,17 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
19071921
version "3.0.2"
19081922
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
19091923

1924+
js-tokens@^4.0.0:
1925+
version "4.0.0"
1926+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1927+
1928+
js-yaml@^3.13.1:
1929+
version "3.13.1"
1930+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
1931+
dependencies:
1932+
argparse "^1.0.7"
1933+
esprima "^4.0.0"
1934+
19101935
js-yaml@^3.7.0:
19111936
version "3.10.0"
19121937
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
@@ -3053,28 +3078,33 @@ tslib@^1.8.0:
30533078
version "1.8.1"
30543079
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
30553080

3056-
tslint@5.9.1:
3057-
version "5.9.1"
3058-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
3081+
tslib@^1.8.1:
3082+
version "1.9.3"
3083+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
3084+
3085+
tslint@5.17.0:
3086+
version "5.17.0"
3087+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.17.0.tgz#f9f0ce2011d8e90debaa6e9b4975f24cd16852b8"
30593088
dependencies:
3060-
babel-code-frame "^6.22.0"
3089+
"@babel/code-frame" "^7.0.0"
30613090
builtin-modules "^1.1.1"
30623091
chalk "^2.3.0"
30633092
commander "^2.12.1"
30643093
diff "^3.2.0"
30653094
glob "^7.1.1"
3066-
js-yaml "^3.7.0"
3095+
js-yaml "^3.13.1"
30673096
minimatch "^3.0.4"
3097+
mkdirp "^0.5.1"
30683098
resolve "^1.3.2"
30693099
semver "^5.3.0"
30703100
tslib "^1.8.0"
3071-
tsutils "^2.12.1"
3101+
tsutils "^2.29.0"
30723102

3073-
tsutils@^2.12.1:
3074-
version "2.14.0"
3075-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.14.0.tgz#bc5291622aa2448c1baffc544bcc14ecfa528fb7"
3103+
tsutils@^2.29.0:
3104+
version "2.29.0"
3105+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
30763106
dependencies:
3077-
tslib "^1.8.0"
3107+
tslib "^1.8.1"
30783108

30793109
tunnel-agent@^0.6.0:
30803110
version "0.6.0"

0 commit comments

Comments
 (0)