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 /cli | |
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 '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 4265731d0..092517c94 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -83,7 +83,7 @@ dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.0" dprint-plugin-markdown = "=0.16.2" -dprint-plugin-typescript = "=0.88.3" +dprint-plugin-typescript = "=0.88.4" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |