From 7ed90a20d04982ae15a52ae2378cbffd4b6839df Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 5 Jun 2024 11:04:16 -0400 Subject: fix: better handling of npm resolution occurring on workers (#24094) Closes https://github.com/denoland/deno/issues/24063 --- cli/Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3