From 753333836284086f2f13991b99faedeb1a6a2582 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jul 2019 20:09:43 +0000 Subject: [PATCH] build: update tslint to version ~5.18.0 (#31879) PR Close #31879 --- integration/cli-hello-world-ivy-compat/package.json | 2 +- integration/cli-hello-world-ivy-minimal/package.json | 2 +- integration/cli-hello-world/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/cli-hello-world-ivy-compat/package.json b/integration/cli-hello-world-ivy-compat/package.json index d4648e34a9..6508dbaf15 100644 --- a/integration/cli-hello-world-ivy-compat/package.json +++ b/integration/cli-hello-world-ivy-compat/package.json @@ -45,7 +45,7 @@ "karma-jasmine-html-reporter": "^0.2.2", "protractor": "file:../../node_modules/protractor", "ts-node": "~7.0.0", - "tslint": "~5.11.0", + "tslint": "~5.18.0", "typescript": "file:../../node_modules/typescript" } } diff --git a/integration/cli-hello-world-ivy-minimal/package.json b/integration/cli-hello-world-ivy-minimal/package.json index d41e050826..8e571b65d8 100644 --- a/integration/cli-hello-world-ivy-minimal/package.json +++ b/integration/cli-hello-world-ivy-minimal/package.json @@ -45,7 +45,7 @@ "karma-jasmine-html-reporter": "^0.2.2", "protractor": "file:../../node_modules/protractor", "ts-node": "~7.0.0", - "tslint": "~5.11.0", + "tslint": "~5.18.0", "typescript": "file:../../node_modules/typescript" } } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 6b0c5afb66..2208d7c11a 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -45,7 +45,7 @@ "karma-jasmine-html-reporter": "^0.2.2", "protractor": "file:../../node_modules/protractor", "ts-node": "~4.1.0", - "tslint": "~5.13.0", + "tslint": "~5.18.0", "typescript": "file:../../node_modules/typescript" } }