Copilot commented on code in PR #6234:
URL: https://github.com/apache/texera/pull/6234#discussion_r3540290646


##########
frontend/package.json:
##########
@@ -38,7 +38,7 @@
     "@lezer/python": "1.1.19",
     "@ngneat/until-destroy": "8.1.4",
     "@ngx-formly/core": "6.3.12",
-    "@ngx-formly/ng-zorro-antd": "6.3.12",
+    "@ngx-formly/ng-zorro-antd": "7.1.0",

Review Comment:
   `@ngx-formly/ng-zorro-antd` v7.1.0 declares a peer dependency on 
`@ngx-formly/core` 7.1.0, but package.json still pins `@ngx-formly/core` to 
6.3.12. This will leave an unsatisfied peer dependency (and may fail install or 
cause runtime incompatibilities). Update `@ngx-formly/core` to 7.1.0 (or keep 
ng-zorro-antd on 6.3.12) and regenerate yarn.lock so the versions stay aligned.



-- 
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]

Reply via email to