build: replace ncu with yarn upgrade
mohanraj-r opened this issue · 1 comments
mohanraj-r commented
- npm-check-updates is currently being used to update outdated dependencies.
- Looks like
yarn upgrade --latest
could do the same - But it currently doesn't work on workspaces in a mono-repo
- Once this issue is fixed, replace
ncu
withyarn upgrade --latest
- Once this issue is fixed, replace
mohanraj-r commented
Replaced ncu
with yarn upgrade-interactive --latest
for now. Once the bug is fixed, it could be replaced with yarn upgrade --latest