From 81e30daf666119963c3f7b86afd5a2872a0d1d2b Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 28 Sep 2023 22:52:00 +0200 Subject: [PATCH] Run dprint config update (#1273) This updates the plugins to the latest version. --- dprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dprint.json b/dprint.json index d3b9dd41..a1994883 100644 --- a/dprint.json +++ b/dprint.json @@ -18,8 +18,8 @@ ], "plugins": [ "https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072", - "https://plugins.dprint.dev/json-0.17.2.wasm", - "https://plugins.dprint.dev/markdown-0.15.2.wasm", + "https://plugins.dprint.dev/json-0.17.4.wasm", + "https://plugins.dprint.dev/markdown-0.16.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm" ] }