diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-04 23:17:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 23:17:32 -0400 |
| commit | 299c7cfe54cb184e0d0c18b00a154c953b433ebf (patch) | |
| tree | 2365d59cae5e8f6be54689cf7aee1514ca7e7825 /Cargo.lock | |
| parent | fcaf8cd8e37459658a6c06d7e16b3adc9436a135 (diff) | |
feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582)
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 389ecd46a..5f7c6f5e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "905ce2026766bc341bf489819b6ed31973e52f66b285f7f2dcb5040582b765ca" +checksum = "8edb35478b903fe9d38c7d4f5d1508aa1b51d29d05999c90cdd2b1d50841c2e2" dependencies = [ "dprint-core", "dprint-swc-ecma-ast-view", |
