NPM: Update all dependencies with scope
I wrote small tool for that. Run npx update-by-scope @example
for Yarn project and npx update-by-scope @example npm install
for Npm project
Using yarn:
yarn upgrade --scope @example
I wrote small tool for that. Run npx update-by-scope @example
for Yarn project and npx update-by-scope @example npm install
for Npm project
Using yarn:
yarn upgrade --scope @example