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" } }