A simple CLI for updating JS packages throughout an entire workspace
paket check <latest|any> <array of globs>paket update <latest|any> <array of globs>Updating react, react-dom, @types/react and @types/react-dom to the version tagged latest:
paket update latest react react-dom @types/react @types/react-domUpdating react, react-dom, @types/react and @types/react-dom to the very latest version (sorted by date):
paket update latest react react-dom @types/react @types/react-dom