diff options
Diffstat (limited to 'docs/cli/update.md')
-rw-r--r-- | docs/cli/update.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cli/update.md b/docs/cli/update.md new file mode 100644 index 000000000..8ebfd6119 --- /dev/null +++ b/docs/cli/update.md @@ -0,0 +1,9 @@ +## `bun update` + +To update all dependencies to the latest version _that's compatible with the version range specified in your `package.json`_: + +```sh +$ bun update +``` + +This will not edit your `package.json`. There's currently no command to force-update all dependencies to the latest version regardless version ranges. |