summaryrefslogtreecommitdiffstats
path: root/.dprint.json
diff options
context:
space:
mode:
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"
]
}