feat: add support for TypeScript 3.1 (#26151)

PR Close #26151
This commit is contained in:
Igor Minar
2018-09-27 16:47:19 -07:00
committed by Alex Rickabaugh
parent f455518d80
commit 9993c72335
22 changed files with 34 additions and 136 deletions

View File

@ -11,7 +11,7 @@
"test": "test"
},
"peerDependencies": {
"typescript": "^3.0.1"
"typescript": "~3.1.1"
},
"dependencies": {
"chalk": "^2.3.1",
@ -24,7 +24,7 @@
"@types/node": "^10.9.2",
"chai": "^4.1.2",
"jasmine": "^3.1.0",
"typescript": "~3.0.1"
"typescript": "~3.1.1"
},
"repository": {},
"keywords": [

View File

@ -165,9 +165,9 @@ type-detect@^4.0.0:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
typescript@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
typescript@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
wrappy@1:
version "1.0.2"