diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-02 12:29:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 06:29:29 -0400 |
commit | bcdf600ae40af8880d9c6d8e0c64179de274290f (patch) | |
tree | 94c101d848acd7fc46167f6db669d3c2f12359c3 /cli | |
parent | 2ca9940f00a0159f2ca55521f7375b6d72e4be9b (diff) |
fix(fmt): handle using stmt in for of stmt (#24834)
Closes #24406
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 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 |