diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-20 16:29:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 21:29:57 +0000 |
| commit | f90889e5ee19e0ddcd9c1dbcce98720e417dd83e (patch) | |
| tree | e44392e9506ba8cddc4c142d304f43879a418152 /cli/Cargo.toml | |
| parent | dbc4a4d6327062918b3bc41dc3f60c84ae3c620b (diff) | |
perf(jsr): fast check cache and lazy fast check graph (#22485)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a7d6780e2..77bb27f62 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -66,9 +66,9 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa deno_cache_dir = { workspace = true } deno_config = "=0.10.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.107.0", features = ["html"] } -deno_emit = "=0.37.0" -deno_graph = "=0.66.2" +deno_doc = { version = "=0.110.0", features = ["html"] } +deno_emit = "=0.38.0" +deno_graph = "=0.68.0" deno_lint = { version = "=0.56.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" @@ -76,7 +76,7 @@ deno_runtime = { workspace = true, features = ["include_js_files_for_snapshottin deno_semver = "=0.5.4" deno_task_shell = "=0.14.3" deno_terminal.workspace = true -eszip = "=0.63.0" +eszip = "=0.64.0" napi_sym.workspace = true async-trait.workspace = true |
