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": {