Merge pull request #2811 from NativeScript/vchimev-test

Update the version of TypeScript in apps/tests
This commit is contained in:
Vasil Chimev
2016-09-28 15:38:32 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
"babylon": "6.8.3",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.0",
"typescript": "^1.8.10"
"typescript": "^2.0.3"
}
}

View File

@ -21,6 +21,6 @@
"babylon": "6.8.0",
"filewalker": "0.1.2",
"lazy": "1.0.11",
"typescript": "^1.8.10"
"typescript": "^2.0.3"
}
}