diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-28 10:06:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 10:06:37 -0500 |
commit | 1803df7d3a3406d7a21e7aa0d3e26d807d042092 (patch) | |
tree | c98a93b9ed067eddcc4b4d4cb4ef86cd6d387050 /cli | |
parent | 2b247be517d789a37e532849e2e40b724af0918f (diff) |
fix(fmt): semiColons: false - handle prop with following generator and do while with no block body (#17567)
Closes #17559
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 844dd84eb..5e4f63381 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -66,7 +66,7 @@ data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.0" dprint-plugin-markdown = "=0.15.2" -dprint-plugin-typescript = "=0.80.2" +dprint-plugin-typescript = "=0.81.1" encoding_rs.workspace = true env_logger = "=0.9.0" eszip = "=0.33.0" |