summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-12 06:57:08 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-12 09:21:56 +0000
commitdac6d998cfd5cf4fb26e869450cce40658b7d445 (patch)
treec4eff29cc821f61e84a6744fe924046818af2065
parent0d98c4c0b7999f5a8bd6e7db68fd27b0696b3bef (diff)
build(deps): update dprint plugins
-rw-r--r--.dprint.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json
index 183f80789..eaa663476 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -41,9 +41,9 @@
"target/"
],
"plugins": [
- "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.78.0/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-json/releases/download/0.16.0/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.3/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.79.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.0/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
]
}