Copilot commented on code in PR #7308:
URL: https://github.com/apache/texera/pull/7308#discussion_r3717548615
##########
frontend/package.json:
##########
@@ -25,7 +25,7 @@
"@ali-hm/angular-tree-component": "12.0.5",
"@angular/animations": "21.2.17",
"@angular/cdk": "21.2.14",
- "@angular/common": "21.2.17",
+ "@angular/common": "21.2.19",
"@angular/compiler": "21.2.17",
"@angular/core": "21.2.17",
Review Comment:
@angular/[email protected] declares a strict peerDependency on
@angular/[email protected] (see yarn.lock), but package.json still pins
`@angular/core` (and other framework packages) to 21.2.17. This will produce a
peer dependency mismatch and can lead to install/build issues; align the
Angular framework package versions to the same patch level.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]