From 51c1b5c92268a108bdbd44b33bea553d15635022 Mon Sep 17 00:00:00 2001 From: Peter Schuller Date: Sun, 21 Jun 2026 01:31:55 +0200 Subject: [PATCH] chore: refresh dprint plugins --- dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 8c38fac..8160197 100644 --- a/dprint.json +++ b/dprint.json @@ -8,7 +8,7 @@ "toml": {}, "excludes": ["**/*-lock.json", "book/"], "plugins": [ - "https://plugins.dprint.dev/json-0.21.3.wasm", + "https://plugins.dprint.dev/json-0.22.0.wasm", "https://plugins.dprint.dev/markdown-0.22.1.wasm", "https://plugins.dprint.dev/toml-0.7.0.wasm" ]