From c019c8354798dbcaec370ab68ae625be450be31e Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Thu, 21 May 2020 15:58:16 -0700 Subject: [PATCH] Cherry-pick PR #38683 into release-3.9 (#38718) Component commits: 1ecdbd9cf1 fix(38682): use stable typescript version Co-authored-by: Alexander T --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 809222e68d4..479179622c1 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "source-map-support": "latest", "through2": "latest", "travis-fold": "latest", - "typescript": "next", + "typescript": "^3.9.3", "vinyl": "latest", "vinyl-sourcemaps-apply": "latest", "xml2js": "^0.4.19"