diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-24 12:54:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 12:54:58 -0500 |
commit | c99de0493a135271af4e22f945c5969c5a9a3d4f (patch) | |
tree | c89f723b9ddff53f45d374bff85195627b877a1e /cli | |
parent | 85fd8a7f221e49b2d2bf6f7bbf1b29c0ec217924 (diff) |
chore: bump jsonc-parser and dprint-core dependencies (#21330)
This is to reduce duplicate dependencies for
https://github.com/denoland/deno/pull/21310
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e2d70d577..259a8447e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = "=0.6.1" -deno_config = "=0.6.4" +deno_config = "=0.6.5" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.73.3", features = ["html"] } deno_emit = "=0.31.4" @@ -81,9 +81,9 @@ data-encoding.workspace = true data-url.workspace = true dissimilar = "=1.0.4" dotenvy = "0.15.7" -dprint-plugin-json = "=0.19.0" -dprint-plugin-markdown = "=0.16.2" -dprint-plugin-typescript = "=0.88.4" +dprint-plugin-json = "=0.19.1" +dprint-plugin-markdown = "=0.16.3" +dprint-plugin-typescript = "=0.88.5" encoding_rs.workspace = true env_logger = "=0.10.0" fancy-regex = "=0.10.0" @@ -97,7 +97,7 @@ http.workspace = true hyper.workspace = true import_map = { version = "=0.17.0", features = ["ext"] } indexmap.workspace = true -jsonc-parser = { version = "=0.21.1", features = ["serde"] } +jsonc-parser = { version = "=0.23.0", features = ["serde"] } lazy-regex.workspace = true libc.workspace = true libz-sys.workspace = true |