diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-02 19:02:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 00:02:12 +0000 |
commit | 0bfa0cc0276e94f1a308aaad5f925eaacb6e3db2 (patch) | |
tree | 46f533c5c862050a93ebd3274a08fb941806b740 /cli | |
parent | 6c6e49629c216f2b2a8d90ed2d590c0f727f62a4 (diff) |
fix(test/regression): handle CLI arg directory using `../` in path (#22244)
Closes #22239
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5c79b85e3..f41cdb9a3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -55,7 +55,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.9.1" +deno_config = "=0.9.2" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.100.0", features = ["html"] } deno_emit = "=0.35.0" |