diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-04 18:54:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 18:54:54 -0500 |
| commit | 0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (patch) | |
| tree | 50d42e65d1f1d1e6b1cffc4e9f38f3e2a5d1dd59 /.dprint.json | |
| parent | 319f6074761421b797db71bf10f6171516e3d92a (diff) | |
fix: upgrade deno_ast to 0.23 (#17269)
Closes #17172
Closes #15669
Closes #8529
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json index d5c5ee343..c455626cc 100644 --- a/.dprint.json +++ b/.dprint.json @@ -43,10 +43,10 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.79.0.wasm", + "https://plugins.dprint.dev/typescript-0.80.2.wasm", "https://plugins.dprint.dev/json-0.17.0.wasm", "https://plugins.dprint.dev/markdown-0.15.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", - "https://plugins.dprint.dev/exec-0.3.2.json@8efbbb3fcfbdf84142c3c438fbdeaf1637152a020032127c837b2b14e23261c3" + "https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab" ] } |
