diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-12 13:45:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 17:45:38 +0000 |
| commit | c10d96cb21d5f75b4c6f7b7d8d96d12a6edeee99 (patch) | |
| tree | 7cbbd7d5a9bcd8d80bdf7bb76f1d9584db5d4b56 /cli/Cargo.toml | |
| parent | de28e6fc09f30c05a38c257137ee8d15150cc1a6 (diff) | |
fix(slow-types): improved exports tracing and infer type literals in as exprs (#22849)
Several fixes in deno_graph:
* https://github.com/denoland/deno_graph/pull/411
* https://github.com/denoland/deno_graph/pull/413
* https://github.com/denoland/deno_graph/pull/414
* https://github.com/denoland/deno_graph/pull/415
* https://github.com/denoland/deno_graph/pull/416
* https://github.com/denoland/deno_graph/pull/417
Also created https://github.com/denoland/publish_smoke_tests to help
prevent regressions in the future.
Closes https://github.com/denoland/deno/issues/22829
Closes https://github.com/denoland/deno/issues/22819
Closes https://github.com/denoland/deno/issues/22802
Diffstat (limited to 'cli/Cargo.toml')
| -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 9a6a8ee57..77e67d118 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.14.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.113.1", features = ["html"] } deno_emit = "=0.38.2" -deno_graph = { version = "=0.69.6", features = ["tokio_executor"] } +deno_graph = { version = "=0.69.9", features = ["tokio_executor"] } deno_lint = { version = "=0.57.1", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" |
