From 8a92a08171fdb290ab71af7c3fccb2db76c17a5f Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 2 Mar 2022 16:26:51 -0500 Subject: [PATCH] Fix typo --- test/production/middleware-typescript/test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/production/middleware-typescript/test/index.test.ts b/test/production/middleware-typescript/test/index.test.ts index f3ff1ebbeb9e..dd04154749ac 100644 --- a/test/production/middleware-typescript/test/index.test.ts +++ b/test/production/middleware-typescript/test/index.test.ts @@ -18,7 +18,7 @@ describe('should set-up next', () => { 'next.config.js': new FileRef(join(appDir, 'next.config.js')), }, dependencies: { - typescript: 'lastest', + typescript: 'latest', '@types/node': 'latest', '@types/react': 'latest', '@types/react-dom': 'latest',