diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-08 09:15:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 09:15:19 -0400 |
| commit | a037ed77a2b2dbef1d2c4175c0401738a13f13bd (patch) | |
| tree | c5ab124149a7a316a5b7558dd2bc8f3aa3931c84 /cli | |
| parent | 557b11b7657e1628082c271a9cece550b3c496fc (diff) | |
fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#20093)
This is for when semiColons: false
Closes #20089
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 c1779c102..7b7066db7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -74,7 +74,7 @@ data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.4" dprint-plugin-markdown = "=0.15.3" -dprint-plugin-typescript = "=0.85.0" +dprint-plugin-typescript = "=0.86.1" encoding_rs.workspace = true env_logger = "=0.9.0" fancy-regex = "=0.10.0" |
