summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-10-16 09:29:48 +0200
committerGitHub <noreply@github.com>2023-10-16 09:29:48 +0200
commit1f37c80e53ea1bc3a048175d1a995670438ce186 (patch)
tree6efc7320b851b4e26cf16889f7504b34db03e0d9
parent1b6571aff8eb728c893082e985a0a2b148229151 (diff)
build(deps): update dprint plugins (#5499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.dprint.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json
index 05196682e..429a4563f 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -41,9 +41,9 @@
"target/"
],
"plugins": [
- "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.87.1/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.88.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.1/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.2/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
]
}