summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-05-08 18:53:58 -0400
committerGitHub <noreply@github.com>2023-05-09 00:53:58 +0200
commit723d4b038203e35f5be6d11088a7288e6d709869 (patch)
tree76f731d82176a324210453561fb1b27a54beaa88 /Cargo.lock
parent1f9d47b174a148dcfef2c86cfabd51b0b75f0dc7 (diff)
perf(fmt): faster formatting for minified object literals (#19050)
Has fix for https://github.com/dprint/dprint-plugin-typescript/issues/520
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 cee7665d7..1d51220e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1566,9 +1566,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.84.2"
+version = "0.84.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8979688409764dd95b356c0d278023cad45fbb24cf788eab8c972ae069a7a3f8"
+checksum = "9945b1fae98529bd905d66b3c5efd45408b928cd10b7a3e0764049cf9aaf2167"
dependencies = [
"anyhow",
"deno_ast",