summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-03 00:39:09 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-10 00:35:43 +0000
commit07d9bb1691cf42c354a4feb3affd977b97e5b937 (patch)
tree7767011dcff370ca8b99505a7d9ee17073c9b2db
parentde7e94884bc309814f6af79d68d664efb513e093 (diff)
build(deps): update dprint plugins
-rw-r--r--.dprint.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json
index 533db334f..3529ef0c7 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -41,8 +41,8 @@
"target/"
],
"plugins": [
- "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-typescript/releases/download/0.84.0/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-json/releases/download/0.17.1/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"
]