diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-25 18:37:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 18:37:52 +0100 |
commit | a1a806ae0cb132ac63cdf83543e45a958010aeb2 (patch) | |
tree | 836d6a893478d5592b9b7e8eed416c49b54b4bf8 | |
parent | ed11eb66871c0cdca96881bd1daffb3e8af72d1a (diff) |
build: upgrade dprint to 0.10.0 (#8494)
-rw-r--r-- | .dprintrc.json | 6 | ||||
m--------- | third_party | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.dprintrc.json b/.dprintrc.json index 4ec0ea675..9db9bca1a 100644 --- a/.dprintrc.json +++ b/.dprintrc.json @@ -31,8 +31,8 @@ "third_party" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.32.1.wasm", - "https://plugins.dprint.dev/json-0.7.0.wasm", - "https://plugins.dprint.dev/markdown-0.4.0.wasm" + "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" ] } diff --git a/third_party b/third_party -Subproject a35cf5d737327db2b2611d74b0b010b28d59e52 +Subproject 586fb6a2c7384e27fd623d3cb140944563a3966 |