diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-03 19:48:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 14:18:36 +0000 |
commit | e41df20ad9ba0e5acee028a161ab55b81987acb8 (patch) | |
tree | 83bf64aed4e796b61385cc9cf4a3d6c8d0bc6ca2 /Cargo.toml | |
parent | 91860b34f52e498913e69bef3fc734fdf1ff817c (diff) |
fix(npm): root package has peer dependency on itself (#26022)
https://github.com/denoland/deno_npm/pull/70
Fixes https://github.com/denoland/deno/issues/26006
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 c83543a94..734c3665e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ deno_core = { version = "0.311.0" } deno_bench_util = { version = "0.164.0", path = "./bench_util" } deno_lockfile = "=0.23.1" deno_media_type = { version = "0.1.4", features = ["module_specifier"] } -deno_npm = "=0.25.2" +deno_npm = "=0.25.3" deno_path_util = "=0.2.0" deno_permissions = { version = "0.30.0", path = "./runtime/permissions" } deno_runtime = { version = "0.179.0", path = "./runtime" } |