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


##########
frontend/package.json:
##########
@@ -72,7 +72,7 @@
     "uuid": "14.0.1",
     "y-monaco": "0.1.6",
     "y-protocols": "1.0.7",
-    "y-quill": "0.1.5",
+    "y-quill": "1.0.0",
     "y-websocket": "1.5.4",
     "yjs": "13.5.41",

Review Comment:
   `[email protected]` declares peer dependencies `quill:^2.0.0` and `yjs:^13.6.14` 
(see yarn.lock), but this package.json still pins `quill` to `1.3.7` and `yjs` 
to `13.5.41`. This will produce an unsatisfied peer dependency set and is 
likely to break the Quill integration at runtime.
   
   To resolve, either (a) upgrade `quill` and `yjs` to versions that satisfy 
`[email protected]` and regenerate yarn.lock, or (b) keep `y-quill` on `0.1.5` 
until the Quill v2 migration is done.



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