We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd3849 commit 7998745Copy full SHA for 7998745
test/lib/next-modes/base.ts
@@ -164,7 +164,9 @@ export class NextInstance {
164
'react-dom': reactVersion,
165
'@types/react': reactVersion,
166
'@types/react-dom': reactVersion,
167
- typescript: 'latest',
+ // TODO: fix the TS error with the TS 5.6
168
+ // x-ref: https://github.com/vercel/next.js/actions/runs/10777104696/job/29887663970?pr=69784
169
+ typescript: '5.5.4',
170
'@types/node': 'latest',
171
...this.dependencies,
172
...this.packageJson?.dependencies,
0 commit comments