summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parentd67765b0b48d711cd0878e168ccb1e28178c4006 (diff)
fix(fmt): do not panic for jsx ignore container followed by jsx text (#26723)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8a501716..40b0bc171 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2609,9 +2609,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.93.1"
+version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5abfd78fe3cde4f5a6699d65f760c8d44da130cf446b6f80a7a9bc6580e156ab"
+checksum = "3ff29fd136541e59d51946f0d2d353fefc886776f61a799ebfb5838b06cef13b"
dependencies = [
"anyhow",
"deno_ast",