1.2.2 • Published 2 years ago
uuaw v1.2.2
uuaw
Up, Up And aWay -- Updates deep yarn dependencies to the latest possible versions
Usage
Updating Specific Dependencies
# Updates "node-abi" to the latest possible versions deep
# in your dependency tree
npx uuaw node-abiUpdating Dependencies to fix Yarn Audit
npx uuaw --auditThis does a best-effort attempt at updating the minimal set of transitive / nested
dependencies to fix all issues reported by yarn audit.
This command is super experimental and is known to work well for the Green Path and will stumble quite quickly in the complicated cases.