diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-23 12:44:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 12:44:57 -0500 |
| commit | f2330fcd9b7bdc4831f5e4994173ba5d8b6d72cf (patch) | |
| tree | 61c1b1985c2ada18375c69aa9d836a905a3ec885 /cli | |
| parent | 13e3acf71dd8443d8d158087d8c0a0cb72167f9a (diff) | |
fix(fmt/markdown): scenario where whitespace was being incorrectly stripped in inline links (#16769)
https://github.com/dprint/dprint-plugin-markdown/pull/69
Closes #16730
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 a260ef09d..9ea06b82e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -61,8 +61,8 @@ clap_complete = "=3.1.2" clap_complete_fig = "=3.1.5" data-url.workspace = true dissimilar = "=1.0.4" -dprint-plugin-json = "=0.15.6" -dprint-plugin-markdown = "=0.14.1" +dprint-plugin-json = "=0.16.0" +dprint-plugin-markdown = "=0.14.2" dprint-plugin-typescript = "=0.78.0" encoding_rs.workspace = true env_logger = "=0.9.0" |
