Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"ai": "^3.0.0",
"next": "15.4.2-canary.1",
"next": "15.4.7",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Turbo Tests Use Outdated Next.js Version

The test:build-turbo script explicitly installs [email protected], an older version than the 15.4.7 in the main dependencies. This means turbo tests run against an outdated Next.js version, potentially causing inconsistent results or testing against outdated functionality.

Additional Locations (1)

Fix in Cursor Fix in Web

"react": "beta",
"react-dom": "beta",
"typescript": "~5.0.0",
Expand Down
Loading