chore: upgrade deno_lint to 0.55.0 (#22092)

This commit is contained in:
Bartek Iwańczuk 2024-01-25 00:31:20 +01:00 committed by GitHub
parent 8dd71b6f1d
commit a4e64fb7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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"] }