From 72ac988804ca1d24c56bb0a420e8ee5106ee6cfc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 21 May 2019 23:57:45 +0000 Subject: [PATCH 1/2] chore(package): update typescript-tslint-plugin to version 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84fa70e..fa5cffd 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "tslint-react": "3.6.0", "typedoc": "0.13.0", "typescript": "3.2.2", - "typescript-tslint-plugin": "0.2.1", + "typescript-tslint-plugin": "0.4.0", "webpack-config-utils": "2.3.1" } } From 9319ae76206b160f50cf081af8efdad06872f19c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 21 May 2019 23:57:49 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index c2c002a..95a6717 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6485,10 +6485,10 @@ typedoc@0.13.0: typedoc-default-themes "^0.5.0" typescript "3.1.x" -typescript-tslint-plugin@0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/typescript-tslint-plugin/-/typescript-tslint-plugin-0.2.1.tgz#6a0361cd311bdc9dcec2e70c8a54cab16829e47f" - integrity sha512-j0Tn/2GlAwnaklSNMOZRNpv96j6IWkQF6RuTJ5WowfNlgdYqnJpSaVFwT22INwJiPDDGKNe/aATT0qkU0pWM4w== +typescript-tslint-plugin@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/typescript-tslint-plugin/-/typescript-tslint-plugin-0.4.0.tgz#af1729e72b770489b2b912809694f46c3281bb72" + integrity sha512-83zipyk5bCqu/LHifaWPmJ7Xnl6lLn/3KmWINgr+XND79BrVWmkV8CudKc+a9Jhjs2opvVKq0n0P4O4NhHOixw== dependencies: minimatch "^3.0.4" mock-require "^3.0.2"