Skip to content

Commit

Permalink
revert #69889
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Sep 27, 2024
1 parent eece9a8 commit d14a895
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/lib/next-modes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ export class NextInstance {
'react-dom': reactVersion,
'@types/react': 'latest',
'@types/react-dom': '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',
typescript: 'latest',
'@types/node': 'latest',
...this.dependencies,
...this.packageJson?.dependencies,
Expand Down

0 comments on commit d14a895

Please sign in to comment.