diff options
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 |