summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-11 01:46:16 +0000
committerGitHub <noreply@github.com>2023-09-11 01:46:16 +0000
commitcee948764a5ccc0d1ed60156867fff7a2e52ee32 (patch)
tree5516ba5a0c027e38b4d10ce4c68fc3e552ce725a
parenta36af708588ff85f7179c7c820ab41b6f9dc6747 (diff)
build(deps): update dependency dprint/dprint-plugin-markdown to v0.16.1
-rw-r--r--.dprint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json
index b7c72ace7..05196682e 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -43,7 +43,7 @@
"plugins": [
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.87.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-json/releases/download/0.17.4/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.0/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
]
}