Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit d655f77

Browse files
renovate[bot]dherges
authored andcommitted
build: update tslint to version ~5.9.0 (#59)
1 parent 62474a8 commit d655f77

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"karma-jasmine-html-reporter": "^0.2.2",
4747
"protractor": "~5.2.0",
4848
"ts-node": "~4.1.0",
49-
"tslint": "~5.8.0",
49+
"tslint": "~5.9.0",
5050
"typescript": "~2.5.0"
5151
}
5252
}

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ commander@2.11.x, commander@^2.9.0, commander@~2.11.0:
12291229
version "2.11.0"
12301230
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
12311231

1232-
commander@~2.12.1:
1232+
commander@^2.12.1, commander@~2.12.1:
12331233
version "2.12.2"
12341234
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
12351235

@@ -6335,20 +6335,25 @@ tslib@^1.7.1:
63356335
version "1.8.0"
63366336
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
63376337

6338-
tslint@~5.8.0:
6339-
version "5.8.0"
6340-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
6338+
tslib@^1.8.0:
6339+
version "1.8.1"
6340+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
6341+
6342+
tslint@~5.9.0:
6343+
version "5.9.0"
6344+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"
63416345
dependencies:
63426346
babel-code-frame "^6.22.0"
63436347
builtin-modules "^1.1.1"
6344-
chalk "^2.1.0"
6345-
commander "^2.9.0"
6348+
chalk "^2.3.0"
6349+
commander "^2.12.1"
63466350
diff "^3.2.0"
63476351
glob "^7.1.1"
6352+
js-yaml "^3.7.0"
63486353
minimatch "^3.0.4"
63496354
resolve "^1.3.2"
63506355
semver "^5.3.0"
6351-
tslib "^1.7.1"
6356+
tslib "^1.8.0"
63526357
tsutils "^2.12.1"
63536358

63546359
tsscmp@~1.0.0:

0 commit comments

Comments
 (0)