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: