diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-10 13:40:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 18:40:39 +0000 |
| commit | b78c7130e9986ce41284f33a0803ecdf6dd6affd (patch) | |
| tree | 5d20148c1e7f449f9d6baa05fe6604aafc2a14b3 /cli/Cargo.toml | |
| parent | 882c54d5c407affb26012d81fea67cccfc214bb7 (diff) | |
fix: improve `deno doc --lint` error messages (#21156)
This also updates deno_graph, which has the JSR change to use "exports".
It's not yet useful atm, so I've made this PR a fix about the deno doc
--lint error message improvements. I'll do a follow-up PR that adds
exports to the deno.json
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9356af0ac..b7aed6b12 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -49,16 +49,16 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.5.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.72.2", features = ["html"] } -deno_emit = "=0.31.1" -deno_graph = "=0.59.2" +deno_doc = { version = "=0.73.0", features = ["html"] } +deno_emit = "=0.31.2" +deno_graph = "=0.60.0" deno_lint = { version = "=0.52.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "0.15.2" deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] } deno_semver = "0.5.1" deno_task_shell = "=0.14.0" -eszip = "=0.55.2" +eszip = "=0.55.3" napi_sym.workspace = true async-trait.workspace = true |
