summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-08 02:51:03 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-15 01:00:34 +0000
commit33ceced46da76a9d7a527985e16467121cb75f36 (patch)
treeffd161027bedfe8cef48c21d1113d3961e9c2c20
parent2f44c0f4a53383c81a82f20327757ad5d6337d25 (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 3529ef0c7..59debb210 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -41,8 +41,8 @@
"target/"
],
"plugins": [
- "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-typescript/releases/download/0.84.4/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-json/releases/download/0.17.2/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"
]