summaryrefslogtreecommitdiffstats
path: root/.dprint.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-26 01:25:16 +0000
committerGitHub <noreply@github.com>2024-02-26 01:25:16 +0000
commitaaaf3d82e8391140573f7974aa619bb250cd2402 (patch)
tree6ccd4b21265743120951ab1a30da803ee7f9c4e8 /.dprint.json
parent560c60b8f66016531b2a7119c4372c74fba47da5 (diff)
build(deps): update dprint plugins
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.dprint.json b/.dprint.json
index 1dced25c3..1ff7dd682 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -25,9 +25,9 @@
"target/"
],
"plugins": [
- "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.89.1/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.1/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.3/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.0/plugin.wasm"
+ "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.89.3/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-json/releases/download/0.19.2/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.16.4/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-toml/releases/download/0.6.1/plugin.wasm"
]
}