From d9db8ef5da5b9c29ca76a3a1e146fe107f405d5a Mon Sep 17 00:00:00 2001 From: Yaroslav Kukytsyak Date: Wed, 2 Jun 2021 01:55:22 +0200 Subject: [PATCH] fix: make the typescript-4.3 dependency be actually 4.3.x and not 4.2.x --- integrationTests/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationTests/ts/package.json b/integrationTests/ts/package.json index c6227f56db..8b03677051 100644 --- a/integrationTests/ts/package.json +++ b/integrationTests/ts/package.json @@ -10,6 +10,6 @@ "typescript-4.0": "npm:typescript@4.0.x", "typescript-4.1": "npm:typescript@4.1.x", "typescript-4.2": "npm:typescript@4.2.x", - "typescript-4.3": "npm:typescript@4.2.x" + "typescript-4.3": "npm:typescript@4.3.x" } }