mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
c3af09821a
Show command to update dependencies based on the output of "deno outdated" command. Closes https://github.com/denoland/deno/issues/27256
10 lines
1.1 KiB
Text
10 lines
1.1 KiB
Text
┌──────────────────────────────────┬─────────┬────────┬────────┐
|
|
│ Package │ Current │ Update │ Latest │
|
|
├──────────────────────────────────┼─────────┼────────┼────────┤
|
|
│ jsr:@denotest/add │ 0.2.0 │ 0.2.1 │ 1.0.0 │
|
|
├──────────────────────────────────┼─────────┼────────┼────────┤
|
|
│ npm:@denotest/has-patch-versions │ 0.1.0 │ 0.1.1 │ 0.2.0 │
|
|
└──────────────────────────────────┴─────────┴────────┴────────┘
|
|
|
|
Run deno outdated --update to update to the latest compatible versions,
|
|
or deno outdated --help for more information.
|