summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-12-01 14:50:38 -0500
committerGitHub <noreply@github.com>2023-12-01 14:50:38 -0500
commitd8e8497eb3049f58632e4d7507090ef9915b3af6 (patch)
tree288b39a26fa761e372d6f072fe23d03398afc3aa /Cargo.lock
parente087851e5422010e2fde5ae291632668d8514c1a (diff)
fix(fmt): remove trailing comma for single type param in default export in jsx (#21425)
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 df6308eee..1dffcb877 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1973,9 +1973,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.88.6"
+version = "0.88.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb7fe06e34987533797220544a8baea26bacbbbc1e81f41c7e654d2e68f41f72"
+checksum = "f75fc11fffe73e21ebea5bc1dabb647ef88189bbac91749fbe22ea8c8e660bf3"
dependencies = [
"anyhow",
"deno_ast",