-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit deeaf18
fix(@angular/cli): correctly select package versions in descending order during
When using the `ng add` command, the package version selection logic was not correctly selected based on the available versions in desc order. This could lead to selecting an unintended version of the package.
Closes: #28985
(cherry picked from commit 4ef45ec)ng add
1 parent f141700 commit deeaf18
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 | + | ||
245 | 246 |
| |
246 | 247 |
| |
247 | 248 |
| |
|
0 commit comments