From ffe12aa92d434b141bbfc6a76036815461c0ac4a Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:27:38 -0800 Subject: chore: bump TypeScript to 4.1.4 (#9459) --- cli/tsc/00_typescript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/00_typescript.js') diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js index a82924388..6395529b6 100644 --- a/cli/tsc/00_typescript.js +++ b/cli/tsc/00_typescript.js @@ -288,7 +288,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "4.1"; /** The version of the TypeScript compiler release */ - ts.version = "4.1.3"; + ts.version = "4.1.4"; /* @internal */ var Comparison; (function (Comparison) { -- cgit v1.2.3