1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00

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

4
Cargo.lock generated
View file

@ -1484,9 +1484,9 @@ dependencies = [
[[package]] [[package]]
name = "deno_lint" name = "deno_lint"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b328d3abd54ff84f99f016a378effd02056365e0734db5c5ac142f6dc9ad47ea" checksum = "e4206ae1648af512665b35d3484880a609a1afcbcf8e14887978579fb1abcaf3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"deno_ast", "deno_ast",

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_doc = { version = "=0.94.1", features = ["html"] }
deno_emit = "=0.34.0" deno_emit = "=0.34.0"
deno_graph = "=0.63.5" 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_lockfile.workspace = true
deno_npm = "=0.16.0" deno_npm = "=0.16.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }