Skip to content

Commit

Permalink
fix: bump deno_npm to 0.21 (#187)
Browse files Browse the repository at this point in the history
Accidentally missed this in #186
  • Loading branch information
dsherret committed May 27, 2024
1 parent f159fad commit 9c03972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ anyhow = "1"
base64 = "0.21.0"
deno_ast = { version = "0.38.0", features = ["transpiling"] }
deno_graph = { workspace = true }
deno_npm = "0.20.0"
deno_npm = "0.21.0"
deno_semver = "0.5.4"
futures = "0.3.26"
hashlink = "0.8.2"
Expand Down

0 comments on commit 9c03972

Please sign in to comment.