diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-05 20:22:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 19:22:40 +0000 |
commit | 0db73f6333639bf74a9c12dfe779287623891ab7 (patch) | |
tree | 2971415661b4819a198693f14f18ebdb5882e04f /cli | |
parent | a013b9113d36cade5f184e73ebf2aad3e50ac9bf (diff) |
fix: update deno_npm (#24065)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d72ee794b..38cb8402b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -72,7 +72,7 @@ deno_emit = "=0.42.0" deno_graph = { version = "=0.78.0", features = ["tokio_executor"] } deno_lint = { version = "=0.60.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "=0.21.0" +deno_npm = "=0.21.1" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" deno_task_shell = "=0.16.1" |