From e9181b5e18270d59b1063d79c856f3f577d1890b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 10:33:24 +0000 Subject: [PATCH] build(deps-dev): update typescript-tslint-plugin requirement Updates the requirements on [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) to permit the latest version. - [Release notes](https://github.com/microsoft/typescript-tslint-plugin/releases) - [Changelog](https://github.com/microsoft/typescript-tslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/microsoft/typescript-tslint-plugin/compare/0.3.1...0.5.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c76b7e..f26a2b4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "semantic-release": "^15.9.17", "tslint": "^5.12.0", "tslint-ionic-rules": "0.0.21", - "typescript-tslint-plugin": "0.3.1" + "typescript-tslint-plugin": "0.5.3" }, "peerDependencies": { "@angular-devkit/architect": ">=0.800.0",