diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-02-22 04:47:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-22 00:17:31 +0100 |
| commit | 4f391ecec080044109aeb3d8fe24bc6636ac6fe0 (patch) | |
| tree | 4ece1f616890150472f3f5ec545c77a64917476c /.dprintrc.json | |
| parent | 9d70ea2e9f03d7c12407f117cf11d2a99d55c8f8 (diff) | |
chore: upgrade internal dprint plugins (#9566)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to '.dprintrc.json')
| -rw-r--r-- | .dprintrc.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprintrc.json b/.dprintrc.json index f4f038535..113a6b20e 100644 --- a/.dprintrc.json +++ b/.dprintrc.json @@ -34,8 +34,8 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.33.0.wasm", - "https://plugins.dprint.dev/json-0.7.2.wasm", - "https://plugins.dprint.dev/markdown-0.4.2.wasm" + "https://plugins.dprint.dev/typescript-0.40.3.wasm", + "https://plugins.dprint.dev/json-0.8.0.wasm", + "https://plugins.dprint.dev/markdown-0.5.1.wasm" ] } |
