fix(npm): further reduce duplicates with optional peers (#28705)

* https://github.com/denoland/deno_npm/pull/93

Closes
https://github.com/denoland/deno/issues/28023#issuecomment-2769944224
This commit is contained in:
David Sherret 2025-04-01 20:00:04 -04:00 committed by Ryan Dahl
parent 65b5d300b8
commit 1ce5331ad6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2130,9 +2130,9 @@ dependencies = [
[[package]]
name = "deno_npm"
version = "0.30.2"
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca19bca63c7a74c09100b004ac18f77716046e9c8752cccee4ddedf9760aea"
checksum = "459d5cdced5fb532db6819148111f5d344d977bec1be72e49baee7471a5d244a"
dependencies = [
"async-trait",
"capacity_builder 0.5.0",

View file

@ -57,7 +57,7 @@ deno_bench_util = { version = "0.184.0", path = "./bench_util" }
deno_config = { version = "=0.46.0", features = ["workspace"] }
deno_lockfile = "=0.25.0"
deno_media_type = { version = "=0.2.5", features = ["module_specifier"] }
deno_npm = "=0.30.2"
deno_npm = "=0.30.3"
deno_path_util = "=0.3.2"
deno_permissions = { version = "0.49.0", path = "./runtime/permissions" }
deno_runtime = { version = "0.198.0", path = "./runtime" }