From fbfeedb68b593d0dbf3f0bfb0061939756da20b7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 21 Jan 2024 17:19:10 -0500 Subject: fix(lsp): improved npm specifier to import map entry mapping (#22016) Upgrades to the latest deno_semver --- cli/Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ae0e0cde9..07bdc69c8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -64,10 +64,8 @@ deno_lint = { version = "=0.53.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.15.3" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } -# todo(dsherret): investigate https://github.com/denoland/deno_semver/commit/98f9174baef199809295077b3b68c9fa58defb9b causing -# lsp_completions_auto_import_and_quick_fix_with_import_map to fail when bumping this version -deno_semver = "=0.5.1" -deno_task_shell = "=0.14.0" +deno_semver = "=0.5.4" +deno_task_shell = "=0.14.3" eszip = "=0.57.0" napi_sym.workspace = true @@ -99,7 +97,7 @@ flate2.workspace = true fs3.workspace = true glob = "0.3.1" hex.workspace = true -import_map = { version = "=0.18.1", features = ["ext"] } +import_map = { version = "=0.18.2", features = ["ext"] } indexmap.workspace = true jsonc-parser = { version = "=0.23.0", features = ["serde"] } lazy-regex.workspace = true -- cgit v1.2.3