From b857cde9fe76369223afbe5dbbf2dd9d22aa64be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 May 2018 23:40:22 +0000 Subject: [PATCH] Update dependency tslint to v5.10.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa6793d..ef02c5d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "codecov": "3.0.0", "jest": "22.3.0", "ts-jest": "22.0.4", - "tslint": "5.9.1", + "tslint": "5.10.0", "typedoc": "0.9.0", "typescript": "2.6.2" } diff --git a/yarn.lock b/yarn.lock index 9eda379..b971acd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3053,9 +3053,9 @@ tslib@^1.8.0: version "1.8.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac" -tslint@5.9.1: - version "5.9.1" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae" +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"