From 4adf9c25064054f2733654017e9c770ec9bf22b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 11 Jun 2019 14:02:43 +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.0) 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 09bf756..af9c62f 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.0" }, "peerDependencies": { "@angular-devkit/architect": ">=0.7.2",