From 1e43ec6e335b6f34b543b1b80b368ee4ed00ca46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:05:51 +0000 Subject: [PATCH] build(deps): update dprint plugins --- .dprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dprint.json b/.dprint.json index bb4f592d..27be7f06 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,9 +25,9 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.88.9/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.88.10/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.3/plugin.wasm", - "https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm" + "https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.0/plugin.wasm" ] }