From eb54ec12c8eff9ccd83336fa2e7f46f9c56d1368 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:34:02 +0000 Subject: [PATCH] build(deps): update dprint plugins (#7502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .dprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dprint.json b/.dprint.json index 0a6a06141..33ce5f675 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,9 +25,9 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.0/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.21.3/plugin.wasm", - "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.21.1/plugin.wasm", + "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.22.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-toml/releases/download/0.7.0/plugin.wasm" ] }