From 3242e2718fdbbdb6d1855c0f694e816f9af3f09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 Jul 2024 15:09:54 +0100 Subject: feat: Upgrade to TypeScript 5.5.2 (#24326) This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ --- cli/tsc/dts/lib.es2019.intl.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.es2019.intl.d.ts') diff --git a/cli/tsc/dts/lib.es2019.intl.d.ts b/cli/tsc/dts/lib.es2019.intl.d.ts index 04e77c126..403dc87d8 100644 --- a/cli/tsc/dts/lib.es2019.intl.d.ts +++ b/cli/tsc/dts/lib.es2019.intl.d.ts @@ -18,6 +18,6 @@ and limitations under the License. declare namespace Intl { interface DateTimeFormatPartTypesRegistry { - unknown: any; + unknown: never; } } -- cgit v1.2.3