From 9029d7a23f4bfe9abf9cb57c8fa749737e1f256d Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 24 Feb 2021 16:10:25 +0200 Subject: [PATCH] Bump typescript to 4.2 Change-type: patch Signed-off-by: Thodoris Greasidis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 249f3f0db..a128f3006 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "tmp": "^0.0.31", "ts-node": "^7.0.1", "ts-toolbelt": "^6.15.4", - "typescript": "^4.1.2", + "typescript": "^4.2.2", "uglify-es": "^3.3.9", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0",