summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-02 12:29:29 +0200
committerGitHub <noreply@github.com>2024-08-02 06:29:29 -0400
commitbcdf600ae40af8880d9c6d8e0c64179de274290f (patch)
tree94c101d848acd7fc46167f6db669d3c2f12359c3 /cli
parent2ca9940f00a0159f2ca55521f7375b6d72e4be9b (diff)
fix(fmt): handle using stmt in for of stmt (#24834)
Closes #24406
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 fed1e5f4d..e06cf7726 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -102,7 +102,7 @@ dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.3"
dprint-plugin-jupyter = "=0.1.3"
dprint-plugin-markdown = "=0.17.2"
-dprint-plugin-typescript = "=0.91.5"
+dprint-plugin-typescript = "=0.91.6"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true