1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

fix(npm): better handling of optional peer dependencies (#19236)

Has fix for https://github.com/denoland/deno_npm/pull/9
This commit is contained in:
David Sherret 2023-05-24 04:56:23 -04:00 committed by GitHub
parent cacc8c9a4d
commit 787e1f0f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1217,9 +1217,9 @@ dependencies = [
[[package]]
name = "deno_npm"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c617e46dc692e6bb77ec5da8d66a048cbd9756d7c1f9272d5d30548a017542e"
checksum = "e9885542e422eb2500f279c2cf9d048a2b306db60df83ec4c34cefe71ae6cc2a"
dependencies = [
"anyhow",
"async-trait",

View file

@ -53,7 +53,7 @@ deno_bench_util = { version = "0.99.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.14.1"
deno_media_type = { version = "0.1.0", features = ["module_specifier"] }
deno_npm = "0.5.0"
deno_npm = "0.5.1"
deno_semver = "0.2.1"
# exts