From f71f8e520dc42b306541b111d2506f66c651b66a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 29 Aug 2019 15:42:04 -0400 Subject: [PATCH] Fall back to TypeScript 3.5 There are apparently some type-inference issues in TypeScript 3.6: https://github.com/microsoft/TypeScript/issues/33131 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00ab7d9..c57fa5d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "read-pkg-up": "^4.0.0", "ts-jest": "^24.0.1", "tslib": "^1.10.0", - "typescript": "^3.6.2", + "typescript": "^3.5.3", "which": "^1.3.1", "yargs-parser": "^11.1.1" }, diff --git a/yarn.lock b/yarn.lock index 56ea5b9..dc8a799 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3435,7 +3435,7 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -typescript@^3.6.2: +typescript@^3.5.3: version "3.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54" integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==