diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-07-01 11:22:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 11:22:28 -0400 |
| commit | 899470addc1fe9653f293ef9b85d42ab6d927bc1 (patch) | |
| tree | 1e338baea922061c242c267615b11f379be8d9aa /.dprint.json | |
| parent | 32b9aa5720dfdedbf0e0c2f3ae0fadb80994849e (diff) | |
chore: update dprint-plugin-json to remove duplicate dprint-core dependency (#11209)
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 340693e0d..97ba241d7 100644 --- a/.dprint.json +++ b/.dprint.json @@ -35,8 +35,8 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.44.2.wasm", - "https://plugins.dprint.dev/json-0.10.2.wasm", - "https://plugins.dprint.dev/markdown-0.7.1.wasm" + "https://plugins.dprint.dev/typescript-0.47.0.wasm", + "https://plugins.dprint.dev/json-0.12.1.wasm", + "https://plugins.dprint.dev/markdown-0.9.1.wasm" ] } |
