diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-08 11:37:45 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 00:37:45 +0000 |
| commit | 046ed6e86af91f12c790e925bcc3d3a339252a88 (patch) | |
| tree | a838d7478fd197accb556011c75cd886bb0ce49c /cli | |
| parent | 5fd5a613a152624b7b970e6f672e2b4354574617 (diff) | |
fix(lint): point to migration docs in deprecated APIs rule (#22338)
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 a60e56a4f..afbbdbdb4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -60,7 +60,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = { version = "=0.100.0", features = ["html"] } deno_emit = "=0.35.0" deno_graph = "=0.64.2" -deno_lint = { version = "=0.55.0", features = ["docs"] } +deno_lint = { version = "=0.55.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } |
