Closed luisherranz closed 3 years ago
By default npx npm-check-updates -u does major updates of the packages, which means that an application could break so it is safer to recommend the -t minor option to restrict updates to only minor updates.
npx npm-check-updates -u
-t minor
By default
npx npm-check-updates -u
does major updates of the packages, which means that an application could break so it is safer to recommend the-t minor
option to restrict updates to only minor updates.