summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-01-21 17:19:10 -0500
committerGitHub <noreply@github.com>2024-01-21 17:19:10 -0500
commitfbfeedb68b593d0dbf3f0bfb0061939756da20b7 (patch)
treedc58c302dcb1ac9cdc11c0cdd14fea39b6d960d1 /cli/Cargo.toml
parente58462dbb9b8b611628c5d8da7e523e48a58242c (diff)
fix(lsp): improved npm specifier to import map entry mapping (#22016)
Upgrades to the latest deno_semver
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml8
1 files changed, 3 insertions, 5 deletions
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