sliit-foss / gists

MIT License
3 stars 2 forks source link

A command sequence checks for outdated npm packages and updates them to their latest versions using pnpm #20

Closed mrmihi closed 3 days ago

mrmihi commented 1 week ago

npm outdated | cut -d" " -f1 | tail -n +2 | sed 's/$/@latest/' | xargs pnpm i