diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-28 12:07:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 12:07:14 -0400 |
commit | 35cdf4926d941fb054e738390fbb829ba83b4393 (patch) | |
tree | 509c4640997d25d053d4c8008c7ab1ac96302ec7 | |
parent | af473ce15cf0c454214e939efa2f7cf3483df50d (diff) |
chore: update dprint internally to 0.24.1 (#14141)
-rw-r--r-- | .dprint.json | 10 | ||||
m--------- | third_party | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.dprint.json b/.dprint.json index 15b870105..c31771a29 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,10 +45,10 @@ "tools/wpt/manifest.json" ], "plugins": [ - "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.1.wasm", - "https://plugins.dprint.dev/toml-0.5.3.wasm", - "https://plugins.dprint.dev/exec-0.1.1.exe-plugin@42d3e30a14370b1a33dcc82c78528bd08979f2d4275014087d53472d3e229c62" + "https://plugins.dprint.dev/typescript-0.65.1.wasm", + "https://plugins.dprint.dev/json-0.14.1.wasm", + "https://plugins.dprint.dev/markdown-0.12.2.wasm", + "https://plugins.dprint.dev/toml-0.5.4.wasm", + "https://plugins.dprint.dev/exec-0.2.1.exe-plugin@0a89a91810a212d9413e26d8946d41fbab3e2b5400362d764a1523839c4d78ea" ] } diff --git a/third_party b/third_party -Subproject 05e185970960ad6fc5f10f10dfe9ea3568a21bc +Subproject c9954bdb27cb4a1406d2591df34bc29a1e738ca |