install dependencies with latest fix version #26635
robertIsaac
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently when you run
nx-create-workspace
ornx migrate
it install packages using exact match e.g.@angular/core@18.0.0
but this means all the fixes that the Angular team has done e.g. version 18.0.1, 18.0.2, 18.0.3 and 18.0.4 are missing
and this goes to all of our dependencies
I'd like to see nx going to
@angular/core@~18.0.0
instead, it makes it easier for the developers to update their dependencies to get the latest fixesBeta Was this translation helpful? Give feedback.
All reactions