diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-20 18:38:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 23:38:06 +0000 |
| commit | 0f2cbcf6a98f0caa28f1ad59431d735044887feb (patch) | |
| tree | f89c2e5767e6f0447681527a84c89986874bd3df /Cargo.lock | |
| parent | 08f5db5c62d7c4a698fea0a95cd0029915e5de9c (diff) | |
fix(fmt): maintain parens for jsx in member expr (#21280)
Fix in
https://github.com/dprint/dprint-plugin-typescript/commit/0b44991bb9cbc35999796c9864e68d8e4a0f9245
Closes https://github.com/denoland/deno/issues/21279
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index ce93f2c9c..d080d926e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1955,9 +1955,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.88.3" +version = "0.88.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c51dda57191fcc97f1da77927a29ecb6f5ec7133f705dcc7134533f3090681c" +checksum = "3a5be6e2f026971bd4b75ed2b77203c4195587229818ddef23721f66a044907b" dependencies = [ "anyhow", "deno_ast", |
