summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-11-04 15:40:05 -0500
committerGitHub <noreply@github.com>2024-11-04 21:40:05 +0100
commitbb3ca84e6d8f4f9f2a30de93bd87e243048a8d74 (patch)
tree32384088d20c494ad0f3c3aca8279672618ee66d /cli/Cargo.toml
parentd67765b0b48d711cd0878e168ccb1e28178c4006 (diff)
fix(fmt): do not panic for jsx ignore container followed by jsx text (#26723)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a3e2b71f0..b4f2e614f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -107,7 +107,7 @@ dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.4"
dprint-plugin-jupyter = "=0.1.5"
dprint-plugin-markdown = "=0.17.8"
-dprint-plugin-typescript = "=0.93.1"
+dprint-plugin-typescript = "=0.93.2"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
faster-hex.workspace = true