diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-28 10:06:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 10:06:37 -0500 |
| commit | 1803df7d3a3406d7a21e7aa0d3e26d807d042092 (patch) | |
| tree | c98a93b9ed067eddcc4b4d4cb4ef86cd6d387050 /Cargo.lock | |
| parent | 2b247be517d789a37e532849e2e40b724af0918f (diff) | |
fix(fmt): semiColons: false - handle prop with following generator and do while with no block body (#17567)
Closes #17559
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 04fce8fe9..694fec1e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,9 +1464,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.80.2" +version = "0.81.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74eb3bfe4a29790f676d30159fca39ddd1450308185b2bd412517493d2449e52" +checksum = "a5991c52c38d10079ecc8d4b4addcfcf77c125244027ce0934631ac22c6b6b36" dependencies = [ "anyhow", "deno_ast", |
