summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-08-05 19:31:19 -0400
committerGitHub <noreply@github.com>2022-08-05 19:31:19 -0400
commit888b26819eb0b2b3ae2207d3f114feeac2e873dd (patch)
tree5ec6050dfce0c893011f69282d81a1ff403abc44 /cli
parent9c594de0ff7cf363816cda0d31b777f4607299a1 (diff)
fix: various formatting fixes (#15412)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 5b6b05814..e275e1d99 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -63,9 +63,9 @@ clap_complete = "=3.1.2"
clap_complete_fig = "=3.1.5"
data-url = "=0.1.1"
dissimilar = "=1.0.3"
-dprint-plugin-json = "=0.15.4"
-dprint-plugin-markdown = "=0.13.3"
-dprint-plugin-typescript = "=0.71.1"
+dprint-plugin-json = "=0.15.5"
+dprint-plugin-markdown = "=0.14.0"
+dprint-plugin-typescript = "=0.71.2"
encoding_rs = "=0.8.31"
env_logger = "=0.9.0"
eszip = "=0.22.0"
@@ -73,7 +73,7 @@ fancy-regex = "=0.9.0"
http = "=0.2.6"
import_map = "=0.12.1"
indexmap = "1.8.1"
-jsonc-parser = { version = "=0.20.0", features = ["serde"] }
+jsonc-parser = { version = "=0.21.0", features = ["serde"] }
libc = "=0.2.126"
log = { version = "=0.4.17", features = ["serde"] }
mitata = '=0.0.7'