Created
August 15, 2025 01:30
-
-
Save sakihet/40b5f7cb5e5279dff6044bc5de3c06d6 to your computer and use it in GitHub Desktop.
update node deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install $(cat package.json | jq -r '.dependencies | keys[] | . + "@latest"') --save-exact | |
| npm install $(cat package.json | jq -r '.devDependencies | keys[] | . + "@latest"') --save-dev --save-exact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment