updates
updates copied to clipboard
Avoiding the error on `package.json` without dependencies
If package.json does not contain any dependencies,updates throws Error: No packages found. I think it could be good to add an option to avoid this behavior or remove it at all. Why? The monorepo case. Not all packages from monorepos contain dependencies and something like npx --workspaces updates will throw an error.