summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-05 21:58:56 -0400
committerGitHub <noreply@github.com>2024-05-05 18:58:56 -0700
commit4ab68df33efdb49b1520767d3f45e6b4294c4c11 (patch)
tree568da0ce37ef36d0212bc6a8273b8af20bde5987 /cli
parenta69b4646a02dc49a9222cd50c49d3e194f320ff2 (diff)
fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minified code (#23706)
* https://github.com/dprint/dprint-plugin-typescript/pull/633
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 76b2a29c5..a82b2045b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -99,7 +99,7 @@ dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.2"
dprint-plugin-jupyter = "=0.1.3"
dprint-plugin-markdown = "=0.17.0"
-dprint-plugin-typescript = "=0.90.4"
+dprint-plugin-typescript = "=0.90.5"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true