diff --git a/.dprint.json b/.dprint.json index 0a6a06141..33ce5f675 100644 --- a/.dprint.json +++ b/.dprint.json @@ -25,9 +25,9 @@ "target/" ], "plugins": [ - "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.0/plugin.wasm", + "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.96.1/plugin.wasm", "https://github.com/dprint/dprint-plugin-json/releases/download/0.21.3/plugin.wasm", - "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.21.1/plugin.wasm", + "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.22.0/plugin.wasm", "https://github.com/dprint/dprint-plugin-toml/releases/download/0.7.0/plugin.wasm" ] }