1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 03:44:05 -05:00
denoland-deno/tests/specs/update/external_import_map
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
..
__test__.jsonc fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
deno.json fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
deno.lock fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
import_map.json fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
import_map.json.out fix(outdated): retain strict semver specifier when updating (#27701) 2025-01-16 19:33:38 +00:00
main.ts fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
outdated.out fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00
update.out fix(outdated): support updating dependencies in external import maps (#27339) 2024-12-13 12:25:05 -08:00