summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-06-05 11:04:16 -0400
committerGitHub <noreply@github.com>2024-06-05 17:04:16 +0200
commit7ed90a20d04982ae15a52ae2378cbffd4b6839df (patch)
tree3297d6f7227fbf1cf80e17a2a376ef4dfa52e6ad /cli/Cargo.toml
parent0544d60012006b1c7799d8b6eafacec9567901ad (diff)
fix: better handling of npm resolution occurring on workers (#24094)
Closes https://github.com/denoland/deno/issues/24063
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index d0b65e12a..d72ee794b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -67,17 +67,17 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true }
deno_config = "=0.16.4"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "=0.137.0", features = ["html", "syntect"] }
-deno_emit = "=0.41.0"
-deno_graph = { version = "=0.77.2", features = ["tokio_executor"] }
-deno_lint = { version = "=0.59.1", features = ["docs"] }
+deno_doc = { version = "=0.139.0", features = ["html", "syntect"] }
+deno_emit = "=0.42.0"
+deno_graph = { version = "=0.78.0", features = ["tokio_executor"] }
+deno_lint = { version = "=0.60.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.21.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_semver = "=0.5.4"
deno_task_shell = "=0.16.1"
deno_terminal.workspace = true
-eszip = "=0.70.1"
+eszip = "=0.71.0"
napi_sym.workspace = true
async-trait.workspace = true
@@ -96,10 +96,10 @@ dashmap = "5.5.3"
data-encoding.workspace = true
dissimilar = "=1.0.4"
dotenvy = "0.15.7"
-dprint-plugin-json = "=0.19.2"
+dprint-plugin-json = "=0.19.3"
dprint-plugin-jupyter = "=0.1.3"
-dprint-plugin-markdown = "=0.17.0"
-dprint-plugin-typescript = "=0.90.5"
+dprint-plugin-markdown = "=0.17.1"
+dprint-plugin-typescript = "=0.91.1"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true