deno/tests/specs/outdated/jsr_export_removed/outdated.out
Bartek Iwańczuk 0a4f946fd9
feat: add 'deno update' subcommand (#29187)
Just to save a few characters, because it's an alias to "deno outdated
--update"

Ref https://github.com/denoland/deno/issues/29778
2025-06-26 19:13:29 +02:00

8 lines
823 B
Text

┌────────────────────────────────┬─────────┬────────┬────────┐
│ Package │ Current │ Update │ Latest │
├────────────────────────────────┼─────────┼────────┼────────┤
│ jsr:@denotest/multiple-exports │ 0.7.0 │ 0.7.1 │ 1.0.0 │
└────────────────────────────────┴─────────┴────────┴────────┘
Run deno update --latest to update to the latest available versions,
or deno outdated --help for more information.