summaryrefslogtreecommitdiffstats
path: root/.dprint.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-10 02:46:58 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-10 05:04:06 +0000
commit8f07433b657ebd6a4f914c8bdd5f16fab0272bd9 (patch)
treef0255e8aa323f7bc2ce42e42e48d77f399d68a4c /.dprint.json
parent4932760c3087994e45965e7e15a8f9c28325dce0 (diff)
build(deps): update dprint plugins
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json
index e35d4e255..3014abcc1 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -39,9 +39,9 @@
"target/"
],
"plugins": [
- "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.71.2/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-json/releases/download/0.15.5/plugin.wasm",
- "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.0/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-typescript/releases/download/0.74.0/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-json/releases/download/0.15.6/plugin.wasm",
+ "https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
]
}