From 2cea9d9d956f2577dfabee05e1abd0ef8b1074e8 Mon Sep 17 00:00:00 2001 From: Alexander T Date: Wed, 20 May 2020 19:32:51 +0300 Subject: [PATCH] fix(38682): use stable typescript version (#38683) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fc410ad60c..ea458d053aa 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"