diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-17 06:51:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 12:51:36 +0200 |
commit | 35a17f38f6b32fe73ee6ef6d48cc774ddce998bd (patch) | |
tree | d24730e206964e7983596a65805e9cc666b38223 /cli | |
parent | b6cdb31c0591ffd4dd9fee7a44554f5d915ba58e (diff) |
fix(fmt): upgrade to dprint-plugin-markdown 0.17.4 (#25075)
Closes https://github.com/denoland/deno/issues/20917
Closes https://github.com/denoland/deno/issues/21285
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9b65d0c81..2a0a9480e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -101,7 +101,7 @@ dissimilar = "=1.0.4" dotenvy = "0.15.7" dprint-plugin-json = "=0.19.3" dprint-plugin-jupyter = "=0.1.3" -dprint-plugin-markdown = "=0.17.2" +dprint-plugin-markdown = "=0.17.4" dprint-plugin-typescript = "=0.91.6" env_logger = "=0.10.0" fancy-regex = "=0.10.0" |