diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-18 10:21:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 10:21:42 -0400 |
| commit | 0a7ba33ed13450af031503a1060389037c509ea3 (patch) | |
| tree | 456a4e343eaff0d9b21cc58d0e2b431b70c80e8f /cli | |
| parent | 63379185e2a1937f6830cbff634f178ca491672a (diff) | |
fix(fmt): keep parens for JS doc type assertions (#12475)
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 c31e102fd..31fb9aceb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -54,7 +54,7 @@ data-url = "0.1.0" dissimilar = "1.0.2" dprint-plugin-json = "0.13.0" dprint-plugin-markdown = "0.10.0" -dprint-plugin-typescript = "0.57.3" +dprint-plugin-typescript = "0.57.4" encoding_rs = "0.8.28" env_logger = "0.8.4" fancy-regex = "0.7.1" |
