diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-16 22:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 21:23:40 +0000 |
| commit | 8fe90d286160d6cc585e18b1a2f4e29bd1523852 (patch) | |
| tree | 0381458086e7d4d125a0c19d582fbf729476597e /cli | |
| parent | e81c67ba227b00ccde495fb0afb6ae14f69a3a30 (diff) | |
fix(npm): better error handling for remote npm deps (#25670)
* https://github.com/denoland/deno_npm/pull/68
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 216a1162e..dda5a7a78 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -71,7 +71,7 @@ deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_graph = { version = "=0.82.1" } deno_lint = { version = "=0.65.0", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "=0.25.0" +deno_npm = "=0.25.1" deno_package_json.workspace = true deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver.workspace = true |
