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: