diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-05 19:31:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 19:31:19 -0400 |
| commit | 888b26819eb0b2b3ae2207d3f114feeac2e873dd (patch) | |
| tree | 5ec6050dfce0c893011f69282d81a1ff403abc44 /.dprint.json | |
| parent | 9c594de0ff7cf363816cda0d31b777f4607299a1 (diff) | |
fix: various formatting fixes (#15412)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json index fe4573cf2..65ecc8b5e 100644 --- a/.dprint.json +++ b/.dprint.json @@ -46,9 +46,9 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.70.0.wasm", - "https://plugins.dprint.dev/json-0.15.3.wasm", - "https://plugins.dprint.dev/markdown-0.13.3.wasm", + "https://plugins.dprint.dev/typescript-0.71.2.wasm", + "https://plugins.dprint.dev/json-0.15.5.wasm", + "https://plugins.dprint.dev/markdown-0.14.0.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.1.json@9351b67ec7a6b58a69201c2834cba38cb3d191080aefc6422fb1320f03c8fc4d" ] |
