diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-22 15:42:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 15:42:08 -0400 |
| commit | ca4385ad68810e8107984a07d625f5d8beeb50f3 (patch) | |
| tree | ba10999f015cd933c05ea9f72840d19721ac1c7c /.dprint.json | |
| parent | efaa1498197b1f63ad41f47f8ee4730724fc67a5 (diff) | |
fix: upgrade swc via deno_ast 0.16 (#14930)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index 9e16a7960..e424228bb 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,7 +45,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.69.1.wasm", + "https://plugins.dprint.dev/typescript-0.69.5.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", |
