mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
chore: upgrade deno_lint to 0.55.0 (#22092)
This commit is contained in:
parent
8dd71b6f1d
commit
a4e64fb7da
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"]
|
|||
deno_doc = { version = "=0.94.1", features = ["html"] }
|
||||
deno_emit = "=0.34.0"
|
||||
deno_graph = "=0.63.5"
|
||||
deno_lint = { version = "=0.54.0", features = ["docs"] }
|
||||
deno_lint = { version = "=0.55.0", features = ["docs"] }
|
||||
deno_lockfile.workspace = true
|
||||
deno_npm = "=0.16.0"
|
||||
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue