test: integration test for TS 2.9.x (#24749)

PR Close #24749
This commit is contained in:
cexbrayat 2018-07-03 23:24:31 +02:00 committed by Miško Hevery
parent d5a9396017
commit fddd2af4fc
1 changed files with 2 additions and 2 deletions

View File

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