From 1ff23e6514811f2e45aac559648f7b361a4b6976 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 May 2018 23:51:59 +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 1d37ef5..7891aec 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "karma-jasmine-html-reporter": "^1.0.0", "protractor": "~5.3.0", "ts-node": "~6.0.0", - "tslint": "~5.9.0", + "tslint": "~5.10.0", "typescript": "~2.7.1" } } diff --git a/yarn.lock b/yarn.lock index 2147d9f..12d24a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6493,9 +6493,9 @@ tslib@^1.8.0: version "1.8.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac" -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"