diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-16 14:57:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 14:57:45 -0400 |
commit | 62f6865f7c8fa93cb994623bb1befa071e5ad4e8 (patch) | |
tree | 9ab3bb149f042f0d5870b84014d959d93eaf3775 /cli | |
parent | 004d07dccd69c9fae8370665632d90401f770938 (diff) |
fix: fmt should not remove parens around sequence expressions (#12461)
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 0d6c31e3c..c31e102fd 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.2" +dprint-plugin-typescript = "0.57.3" encoding_rs = "0.8.28" env_logger = "0.8.4" fancy-regex = "0.7.1" |