diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-17 13:14:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 17:14:36 +0000 |
commit | 1a0fbc4c3cdba5901d4cb096cb1beb828fbc8427 (patch) | |
tree | e110fc4af230ad1266dd6ee9d3f562552a8721fd /cli | |
parent | 327c31cd21bd0b3664eafd5683eb82d308c41d4e (diff) |
fix(npm): regression deserializing JSON for some npm packages (#23868)
* https://github.com/denoland/deno_npm/pull/53
Closes https://github.com/denoland/deno/issues/23862
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 626b06f4e..51fc8ef3b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -72,7 +72,7 @@ deno_emit = "=0.40.3" deno_graph = { version = "=0.75.2", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true -deno_npm = "=0.20.1" +deno_npm = "=0.20.2" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_semver = "=0.5.4" deno_task_shell = "=0.16.1" |