From 215fb23ec1d071b87f4c018836d7b72ec3a2f2d3 Mon Sep 17 00:00:00 2001 From: Peter Schuller Date: Sat, 25 Jul 2026 16:02:01 +0200 Subject: [PATCH] chore: bump dprint json plugin to 0.23.0 --- dprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dprint.json b/dprint.json index 8160197..0f53f6b 100644 --- a/dprint.json +++ b/dprint.json @@ -8,7 +8,7 @@ "toml": {}, "excludes": ["**/*-lock.json", "book/"], "plugins": [ - "https://plugins.dprint.dev/json-0.22.0.wasm", + "https://plugins.dprint.dev/json-0.23.0.wasm", "https://plugins.dprint.dev/markdown-0.22.1.wasm", "https://plugins.dprint.dev/toml-0.7.0.wasm" ]