diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-17 18:26:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 18:26:23 +0100 |
| commit | a14e9f55b4efc39689e1cc76b44bc6c1be51efa5 (patch) | |
| tree | 0a62a88e21eb6647157fc1f948008793b67bf0e9 /Cargo.lock | |
| parent | 915b73571c40601b7f79fa4ee0f3035982e23b7f (diff) | |
feat(fmt): sort type-only named import/exports last (#25690)
Closes #22583
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 13f757f0e..b35269daa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,9 +2518,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.91.7" +version = "0.92.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243879526ffc78aeb111719c3180f95820847c28eeeffb8d2585d1ec15a44fe4" +checksum = "7e454b93b06b61a6cf76b921906074616052a29a16dba8119947669121283fc3" dependencies = [ "anyhow", "deno_ast", |
