From baa288374a62b1c88ab87e3d1f54d812df5b825c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 10:21:37 +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.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09bf756..96734c6 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.4.0" }, "peerDependencies": { "@angular-devkit/architect": ">=0.7.2",