aglinxinyuan commented on code in PR #6415:
URL: https://github.com/apache/texera/pull/6415#discussion_r3585708264


##########
frontend/package.json:
##########
@@ -85,16 +85,16 @@
   },
   "devDependencies": {
     "@angular-builders/custom-webpack": "21.1.0",
-    "@angular-devkit/build-angular": "21.2.18",
-    "@angular-devkit/core": "21.2.18",
-    "@angular-devkit/schematics": "21.2.18",
+    "@angular-devkit/build-angular": "21.2.19",
+    "@angular-devkit/core": "21.2.19",
+    "@angular-devkit/schematics": "21.2.19",

Review Comment:
   Good question. In this bump, keeping the exact patch number equal is not 
possible/currently useful: `@angular/[email protected]` is not published, while 
`@angular-devkit/[email protected]` declares Angular framework peers as 
`^21.0.0`. The CLI package also depends on the `21.2.19` devkit/schematics set, 
so this keeps each Angular package family at its latest compatible patch level 
instead of forcing a downgrade.



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