diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-15 14:48:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 18:48:33 +0000 |
commit | 403da30cebe7caba11ba96a76a3534eebf6c8deb (patch) | |
tree | 5f4a1e324f6934f2acedf9ff327311b3f1229f0a /Cargo.toml | |
parent | 7211028f1e3b0ef2eaa4053d66b8bd9972731131 (diff) |
fix(install): handle pkg with dep on self when pkg part of peer dep resolution (#26277)
* https://github.com/denoland/deno_npm/pull/71
Closes #26271
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 502b7b7d7..e83d4239e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ deno_core = { version = "0.313.0" } deno_bench_util = { version = "0.165.0", path = "./bench_util" } deno_lockfile = "=0.23.1" deno_media_type = { version = "0.1.4", features = ["module_specifier"] } -deno_npm = "=0.25.3" +deno_npm = "=0.25.4" deno_path_util = "=0.2.1" deno_permissions = { version = "0.31.0", path = "./runtime/permissions" } deno_runtime = { version = "0.180.0", path = "./runtime" } |