Skip to content

Commit

Permalink
fix(fast_check): analyze identifiers in type assertions/as exprs (den…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 11, 2024
1 parent 70ac061 commit 6861411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -59,7 +59,7 @@ deno_config = "=0.6.5"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.89.1", features = ["html"] }
deno_emit = "=0.33.0"
deno_graph = "=0.63.2"
deno_graph = "=0.63.3"
deno_lint = { version = "=0.53.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.15.3"
Expand Down

0 comments on commit 6861411

Please sign in to comment.