diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-12 19:56:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 19:56:29 -0400 |
| commit | 720e45d25b5817094034acef4209dccbb1808d09 (patch) | |
| tree | d0d7d5ebfc8d43d6aa7c71288d8575c2c1cd1808 /cli | |
| parent | 3dacba5057369714c67b259071f2c36f919d92c6 (diff) | |
fix(publish): handle definite assignment on ts private properties (#23345)
Diffstat (limited to 'cli')
| -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 88a897692..e208e07fc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -68,7 +68,7 @@ deno_config = "=0.15.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.123.1", features = ["html"] } deno_emit = "=0.39.0" -deno_graph = { version = "=0.71.2", features = ["tokio_executor"] } +deno_graph = { version = "=0.71.3", features = ["tokio_executor"] } deno_lint = { version = "=0.58.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.17.0" |
