From fc531e75b051c363a79e0953b1089c36fa998962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:51:14 +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 cc1dd331..533db334 100644 --- a/.dprint.json +++ b/.dprint.json @@ -41,7 +41,7 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.80.2/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.83.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.17.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.15.2/plugin.wasm", "https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm" diff --git a/.github/workflows/format-workflow.yml b/.github/workflows/format-workflow.yml index 1ddf6975..852c95dc 100644 --- a/.github/workflows/format-workflow.yml +++ b/.github/workflows/format-workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v3 - name: Docs | Format - uses: dprint/check@v2.1 + uses: dprint/check@v2.2 # Validate preset files taplo: