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
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/common": "^19.2.16",

@cubic-dev-ai cubic-dev-ai Bot Dec 1, 2025

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1: Only @angular/common was upgraded to v19 while the rest of the Angular framework remains on v14, creating an unmet peer dependency (@angular/common@19 requires @angular/core@19). This will cause install/build failures until all Angular packages are upgraded together.

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

<comment>Only `@angular/common` was upgraded to v19 while the rest of the Angular framework remains on v14, creating an unmet peer dependency (`@angular/common@19` requires `@angular/core@19`). This will cause install/build failures until all Angular packages are upgraded together.</comment>

<file context>
@@ -14,7 +14,7 @@
   &quot;dependencies&quot;: {
     &quot;@angular/animations&quot;: &quot;^14.0.0&quot;,
-    &quot;@angular/common&quot;: &quot;^14.0.0&quot;,
+    &quot;@angular/common&quot;: &quot;^19.2.16&quot;,
     &quot;@angular/compiler&quot;: &quot;^14.0.0&quot;,
     &quot;@angular/core&quot;: &quot;^14.0.0&quot;,
</file context>
Fix with Cubic

"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/fire": "^7.1.0",
Expand Down