Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"moment": "^2.30.1",
"mux-embed": "^4.12.0",
"nanoid": "^5.0.7",
"next": "^14.2.32",
"next": "^15.5.14",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Mar 21, 2026

Choose a reason for hiding this comment

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

P2: eslint-config-next is still at 14.2.11 and should be updated to match the Next.js 15 major version. Version-mismatched ESLint configs can miss new rules and produce peer-dependency warnings.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/portal/package.json, line 43:

<comment>`eslint-config-next` is still at `14.2.11` and should be updated to match the Next.js 15 major version. Version-mismatched ESLint configs can miss new rules and produce peer-dependency warnings.</comment>

<file context>
@@ -40,7 +40,7 @@
     "mux-embed": "^4.12.0",
     "nanoid": "^5.0.7",
-    "next": "^14.2.32",
+    "next": "^15.5.14",
     "plyr": "^3.7.8",
     "plyr-react": "^5.3.0",
</file context>
Fix with Cubic

"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
"public-ip": "^4.0.4",
Expand Down
Loading