diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-04 17:02:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 17:02:56 -0500 |
| commit | 19c8cd3a457b58bc62a6e0223ff78208a73d9435 (patch) | |
| tree | 149bbd0cda5d0d0f1a4229f30937b950c4242d04 /.dprint.json | |
| parent | b46da660563b175722937d9f29d45029bd6a0a74 (diff) | |
fix: upgrade swc_ecmascript to 0.103 (#13284)
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 a0d769094..dfaed6314 100644 --- a/.dprint.json +++ b/.dprint.json @@ -38,9 +38,9 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.60.0.wasm", - "https://plugins.dprint.dev/json-0.13.2.wasm", - "https://plugins.dprint.dev/markdown-0.11.3.wasm", + "https://plugins.dprint.dev/typescript-0.61.0.wasm", + "https://plugins.dprint.dev/json-0.14.0.wasm", + "https://plugins.dprint.dev/markdown-0.12.0.wasm", "https://plugins.dprint.dev/toml-0.5.3.wasm" ] } |
