Skip to content

Commit

Permalink
Merge branch 'fix-typescript-crypto-random-uuid' of github.com:vercel…
Browse files Browse the repository at this point in the history
…/next.js into fix-typescript-crypto-random-uuid
  • Loading branch information
ijjk committed Mar 2, 2022
2 parents aa03c27 + 8a92a08 commit 871ad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/production/middleware-typescript/test/index.test.ts
Expand Up @@ -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',
Expand Down

0 comments on commit 871ad24

Please sign in to comment.