Skip to content

Commit

Permalink
fix: deno_graph 0.69.10 (#23147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Mar 31, 2024
1 parent 99720d0 commit d0a579a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ deno_config = "=0.15.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.119.0", features = ["html"] }
deno_emit = "=0.38.2"
deno_graph = { version = "=0.69.9", features = ["tokio_executor"] }
deno_graph = { version = "=0.69.10", features = ["tokio_executor"] }
deno_lint = { version = "=0.58.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"
Expand Down

0 comments on commit d0a579a

Please sign in to comment.