Skip to content

Commit

Permalink
Merge branch 'canary' into fix/url-scheme-in-experimental-https
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 9, 2024
2 parents 95947c3 + af6a3d1 commit b03e745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ export class NextInstance {
'react-dom': reactVersion,
'@types/react': 'latest',
'@types/react-dom': 'latest',
typescript: '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',
'@types/node': 'latest',
...this.dependencies,
...this.packageJson?.dependencies,
Expand Down

0 comments on commit b03e745

Please sign in to comment.