Skip to content

Commit

Permalink
fix(lint): point to migration docs in deprecated APIs rule (#22338)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Feb 8, 2024
1 parent 5fd5a61 commit 046ed6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 046ed6e

Please sign in to comment.