From df1eeec0af1a8d89b3dabf1fab56ff51db39cbb6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 May 2018 23:51:54 +0000 Subject: [PATCH] build: update tslint to version ~5.10.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8ae8b05..db6e86f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "protractor": "~5.3.0", "protractor-cucumber-framework": "^5.0.0", "ts-node": "~5.0.0", - "tslint": "~5.9.0", + "tslint": "~5.10.0", "typescript": "~2.7.1" } } diff --git a/yarn.lock b/yarn.lock index f78384e..66c5a3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7306,9 +7306,9 @@ tslib@^1.7.1, tslib@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6" -tslint@~5.9.0: - version "5.9.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882" +tslint@~5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3" dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1"