diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-11 14:48:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 05:48:03 +0000 |
| commit | 93e07fa118c04a70770aaed444b21afbd46d1bf5 (patch) | |
| tree | 44ff4e71681ed5f2657b55954ffe46bfcc699942 /cli | |
| parent | 8ba1242a0573121bb12ab3ad1e241956151a142f (diff) | |
fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)
Markdown:
* fix: hard break in list was incorrectly being converted to soft with
hard break
https://github.com/dprint/dprint-plugin-markdown/commit/6678390b27f05fd23a972eab7918e8badca60505
TypeScript:
* fix: multi-line string indent was broken in some cases
(https://github.com/dprint/dprint-plugin-typescript/pull/566)
* feat: add parens around unary expressions in in/instanceof
(https://github.com/dprint/dprint-plugin-typescript/pull/564)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1b91e5f2f..423aa17ea 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -77,8 +77,8 @@ data-encoding.workspace = true data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.4" -dprint-plugin-markdown = "=0.16.1" -dprint-plugin-typescript = "=0.87.1" +dprint-plugin-markdown = "=0.16.2" +dprint-plugin-typescript = "=0.88.1" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" |
