diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-30 08:49:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-30 08:49:49 -0400 |
| commit | dd508c9c8970fc6565cfd50cd3e01e8571425347 (patch) | |
| tree | 2affaa4725235727e5fd6575aebce27b2b5f70fa /Cargo.toml | |
| parent | aec761f75574a71f11e3faec4764aca2803e48e2 (diff) | |
fix(npm): support siblings that are peer dependencies of each other (#19657)
https://github.com/denoland/deno_npm/pull/20
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 79fdafaef..585797a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ deno_bench_util = { version = "0.103.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.8.1" +deno_npm = "0.9.0" deno_semver = "0.2.2" # exts |
