summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-08-08 09:15:19 -0400
committerGitHub <noreply@github.com>2023-08-08 09:15:19 -0400
commita037ed77a2b2dbef1d2c4175c0401738a13f13bd (patch)
treec5ab124149a7a316a5b7558dd2bc8f3aa3931c84 /Cargo.lock
parent557b11b7657e1628082c271a9cece550b3c496fc (diff)
fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#20093)
This is for when semiColons: false Closes #20089
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 d7a3b7b3c..399fe53cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1699,9 +1699,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-typescript"
-version = "0.85.0"
+version = "0.86.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e49896ccb3ca2bfe03d96316b7acb0ce83dcfce69adc5b228f16fa6b30fb674b"
+checksum = "8ef1276e8b038bd3db5a3d8fd9be92941223b308b5edf26db927682f4612506b"
dependencies = [
"anyhow",
"deno_ast",