diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-05 21:58:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 18:58:56 -0700 |
| commit | 4ab68df33efdb49b1520767d3f45e6b4294c4c11 (patch) | |
| tree | 568da0ce37ef36d0212bc6a8273b8af20bde5987 /Cargo.lock | |
| parent | a69b4646a02dc49a9222cd50c49d3e194f320ff2 (diff) | |
fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minified code (#23706)
* https://github.com/dprint/dprint-plugin-typescript/pull/633
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 54deb5398..45152eace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,9 +2241,9 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "dprint-core" -version = "0.66.1" +version = "0.66.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317f9cd1da390ab12e1858b3a71c7d6c8e8ad633454cb0b73ce5589964d9c177" +checksum = "f3ab0dd2bedc109d25f0d21afb09b7d329f6c6fa83b095daf31d2d967e091548" dependencies = [ "anyhow", "bumpalo", @@ -2308,9 +2308,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.90.4" +version = "0.90.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ee5e8dfbcb0bc8f360b7287380a57b3600ce8af791d09a0085953bcaa9bdf97" +checksum = "d7c3c339020ebbbbbe5fc049350935ee2ea2ba5a3fc01f753588639a30404cda" dependencies = [ "anyhow", "deno_ast", |
