From 9d4821e27ee750beaef71d537e43ca4af490cd57 Mon Sep 17 00:00:00 2001 From: devjiwonchoi Date: Tue, 5 Nov 2024 14:41:19 +0900 Subject: [PATCH] unpin typescript version for testing --- test/lib/next-modes/base.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/lib/next-modes/base.ts b/test/lib/next-modes/base.ts index a3d6a45217026..9a986e4acacdf 100644 --- a/test/lib/next-modes/base.ts +++ b/test/lib/next-modes/base.ts @@ -172,9 +172,7 @@ export class NextInstance { 'react-dom': reactVersion, '@types/react': 'latest', '@types/react-dom': 'latest', - // TODO: fix the TS error with the TS 5.6 - // x-ref: https://github.com/vercel/next.js/actions/runs/10777104696/job/29887663970?pr=69784 - typescript: '5.5.4', + typescript: 'latest', '@types/node': 'latest', ...this.dependencies, ...this.packageJson?.dependencies,