Skip to content
Open
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 @@ -11,7 +11,7 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.35"
"next": "15.5.15"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Next.js 14 test app bumped to Next.js 15

High Severity

The nextjs-14-test-app exists specifically to test Sentry wizard compatibility with Next.js 14, as part of a suite that includes separate nextjs-15-test-app and nextjs-16-test-app directories each pinned to their respective major versions. Bumping next to 15.5.15 here eliminates Next.js 14 test coverage entirely and creates a redundant second Next.js 15 test app. Additionally, the app still uses react: "^18" and @types/react: "^18", which may be incompatible with Next.js 15's App Router.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d48c6f6. Configure here.

},
"devDependencies": {
"typescript": "^5",
Expand Down
Loading