From c5f1d08a4339abc3f3317061410f65b4bdfdbd61 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Mar 2019 05:54:25 +0000 Subject: [PATCH] build: update tslint to version ~5.13.0 (#29070) PR Close #29070 --- integration/cli-hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 0ab505d717f32..4ceb79b3446bf 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -46,7 +46,7 @@ "karma-jasmine-html-reporter": "^0.2.2", "protractor": "file:../../node_modules/protractor", "ts-node": "~4.1.0", - "tslint": "~5.9.1", + "tslint": "~5.13.0", "typescript": "file:../../node_modules/typescript" } }