summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-19 11:58:21 -0400
committerGitHub <noreply@github.com>2024-07-19 15:58:21 +0000
commitf6c7c13764a7952b878a2141fdf01ed68d169ea2 (patch)
treef492ffb2726d63ad8a29c07ca49de069c0afee51 /cli
parentee2e6933403811d398540e0e8275b2d216546dd8 (diff)
fix(fmt): was sometimes putting comments in front of commas in parameter lists (#24650)
* https://github.com/dprint/dprint-plugin-typescript/pull/651
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 d9144afff..a06d4f4b9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -99,7 +99,7 @@ dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.3"
dprint-plugin-jupyter = "=0.1.3"
dprint-plugin-markdown = "=0.17.1"
-dprint-plugin-typescript = "=0.91.3"
+dprint-plugin-typescript = "=0.91.4"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true