1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/tests/specs/update/package_json
Nathan Whitaker 256950ddb6
fix(outdated): retain strict semver specifier when updating (#27701)
Fixes https://github.com/denoland/deno/issues/27697

If it's a strict bound (e.g. `1.0.0` as opposed to `^1.0.0` or other),
retain the strictness when we update
2025-01-16 19:33:38 +00:00
..
filtered feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
update_compatible feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
update_latest fix(outdated): retain strict semver specifier when updating (#27701) 2025-01-16 19:33:38 +00:00
__test__.jsonc fix(outdated): error when there are no config files (#27306) 2024-12-10 23:25:29 +00:00
deno.lock feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
deno.lock.orig.out feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
outdated.out fix(outdated): show a suggestion for updating (#27304) 2024-12-10 14:41:16 +01:00
outdated_compatible.out fix(outdated): show a suggestion for updating (#27304) 2024-12-10 14:41:16 +01:00
package.json feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00
print_file.ts feat: subcommand to view and update outdated dependencies (#26942) 2024-11-20 15:22:15 -08:00