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',