summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-18 14:32:16 -0400
committerGitHub <noreply@github.com>2022-04-18 14:32:16 -0400
commitbf804d3ffff39dab3c7fc8a1a91538ec51276223 (patch)
tree746a1109f6c197a3d1ac450234bb673d9124e1d2 /cli
parent2f29673fb215885dd6b4a0f71382e05fff2f7957 (diff)
fix(fmt): regression where some short if stmt headers being split on multiple lines (#14292)
Closes #14291
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ed0885c0e..826f16dda 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -64,7 +64,7 @@ data-url = "=0.1.1"
dissimilar = "=1.0.2"
dprint-plugin-json = "=0.15.1"
dprint-plugin-markdown = "=0.13.1"
-dprint-plugin-typescript = "=0.67.0"
+dprint-plugin-typescript = "=0.67.1"
encoding_rs = "=0.8.29"
env_logger = "=0.8.4"
eszip = "=0.19.0"