mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
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:
parent
65b5d300b8
commit
1ce5331ad6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue