From 07c8143adfc06d5773c949b649d663115d638dbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:01:38 +0000 Subject: [PATCH] build(deps): update dprint plugins --- .dprint.json | 2 +- .github/workflows/format-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dprint.json b/.dprint.json index 69149ebc7..c13fd36bb 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,7 +25,7 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.95.5/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.95.7/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" diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml index e1fc25ce2..a2d3e7c55 100644 --- a/.github/workflows/format-workflow.yml +++ b/.github/workflows/format-workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v4 - name: Docs | Format - uses: dprint/check@v2.2 + uses: dprint/check@v2.3 # Validate preset files taplo: