summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml6
-rw-r--r--cli/tests/type_headers_deno_types.ts4
2 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 97b698f42..707c3ec6e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -41,9 +41,9 @@ byteorder = "1.4.3"
clap = "2.33.3"
data-url = "0.1.0"
dissimilar = "1.0.2"
-dprint-plugin-json = "0.10.1"
-dprint-plugin-markdown = "0.7.0"
-dprint-plugin-typescript = "0.44.0"
+dprint-plugin-json = "0.10.2"
+dprint-plugin-markdown = "0.7.1"
+dprint-plugin-typescript = "0.44.2"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
fancy-regex = "0.5.0"
diff --git a/cli/tests/type_headers_deno_types.ts b/cli/tests/type_headers_deno_types.ts
index 7e5438cdb..92391c666 100644
--- a/cli/tests/type_headers_deno_types.ts
+++ b/cli/tests/type_headers_deno_types.ts
@@ -2,10 +2,10 @@
* Following import uses two distinct ways to provide types:
* - X-TypeScript-Types headers
* - @deno-types directive
- *
+ *
* Because "@deno-types" directive must be placed by user explicitly it
* should have higher precedence than type header.
- *
+ *
* This is verified by providing conflicting type declaration
* depending on a way. There should be no TS error, otherwise
* it means that wrong type declarations are used (from X-TypeScript-Types)