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

Commit 49c86a5

Browse files
renovate[bot]dherges
authored andcommitted
build: update tslint to version ~5.9.0 (#60)
1 parent 31d92ad commit 49c86a5

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"protractor": "~5.2.0",
5959
"protractor-cucumber-framework": "^4.0.0",
6060
"ts-node": "~4.1.0",
61-
"tslint": "~5.8.0",
61+
"tslint": "~5.9.0",
6262
"typescript": "~2.5.0"
6363
}
6464
}

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ commander@2.11.x, commander@^2.9.0, commander@~2.11.0:
13801380
version "2.11.0"
13811381
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
13821382

1383-
commander@~2.12.1:
1383+
commander@^2.12.1, commander@~2.12.1:
13841384
version "2.12.2"
13851385
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
13861386

@@ -7140,20 +7140,21 @@ tslib@^1.7.1, tslib@^1.8.0:
71407140
version "1.8.0"
71417141
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
71427142

7143-
tslint@~5.8.0:
7144-
version "5.8.0"
7145-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.8.0.tgz#1f49ad5b2e77c76c3af4ddcae552ae4e3612eb13"
7143+
tslint@~5.9.0:
7144+
version "5.9.0"
7145+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"
71467146
dependencies:
71477147
babel-code-frame "^6.22.0"
71487148
builtin-modules "^1.1.1"
7149-
chalk "^2.1.0"
7150-
commander "^2.9.0"
7149+
chalk "^2.3.0"
7150+
commander "^2.12.1"
71517151
diff "^3.2.0"
71527152
glob "^7.1.1"
7153+
js-yaml "^3.7.0"
71537154
minimatch "^3.0.4"
71547155
resolve "^1.3.2"
71557156
semver "^5.3.0"
7156-
tslib "^1.7.1"
7157+
tslib "^1.8.0"
71577158
tsutils "^2.12.1"
71587159

71597160
tsscmp@~1.0.0:

0 commit comments

Comments
 (0)