diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-05-25 19:55:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 19:55:31 -0400 |
| commit | b4fabedd794f1a89bb78a5bd7d582e1dc59af905 (patch) | |
| tree | 991530e6e53e2b31b52f7ab5183a1eeebd84d1b8 /.dprint.json | |
| parent | 3aef7d1253045c9f1e7f2b607ed3b30d2c8d1ee4 (diff) | |
fix(fmt): prevent infinite loop when formatting certain binary expressions (#14725)
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 ec9f01816..1b99bfde8 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,9 +45,9 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.68.2.wasm", - "https://plugins.dprint.dev/json-0.15.2.wasm", - "https://plugins.dprint.dev/markdown-0.13.2.wasm", + "https://plugins.dprint.dev/typescript-0.68.4.wasm", + "https://plugins.dprint.dev/json-0.15.3.wasm", + "https://plugins.dprint.dev/markdown-0.13.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.2.1.exe-plugin@0a89a91810a212d9413e26d8946d41fbab3e2b5400362d764a1523839c4d78ea" ] |
