From fddd2af4fc2e1450185033a31bdb7cb91434d9fd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 3 Jul 2018 23:24:31 +0200 Subject: [PATCH] test: integration test for TS 2.9.x (#24749) PR Close #24749 --- integration/typings_test_ts29/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/typings_test_ts29/package.json b/integration/typings_test_ts29/package.json index 10a38622bd..3b1a092dc9 100644 --- a/integration/typings_test_ts29/package.json +++ b/integration/typings_test_ts29/package.json @@ -1,6 +1,6 @@ { "name": "angular-integration", - "description": "Assert that users with TypeScript 2.8 can type-check an Angular application", + "description": "Assert that users with TypeScript 2.9 can type-check an Angular application", "version": "0.0.0", "license": "MIT", "dependencies": { @@ -22,7 +22,7 @@ "@angular/upgrade": "file:../../dist/packages-dist/upgrade", "@types/jasmine": "2.5.41", "rxjs": "file:../../node_modules/rxjs", - "typescript": "2.8.x", + "typescript": "2.9.x", "zone.js": "file:../../node_modules/zone.js" }, "scripts": {