From fb0ba07de38f30e221262eee55155050f77df4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 05:54:22 +0000 Subject: [PATCH] build(deps): update dependency dprint/dprint-plugin-typescript to v0.95.1 (#6732) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dprint.json b/.dprint.json index 1046022be..ac92c1067 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,7 +25,7 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.95.0/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.95.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.20.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.18.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-toml/releases/download/0.7.0/plugin.wasm"