mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
chore: upgrade deno_lint to 0.25.0 (#13683)
This commit is contained in:
parent
665ea9b5f0
commit
7780e512e3
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -975,9 +975,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_lint"
|
name = "deno_lint"
|
||||||
version = "0.24.0"
|
version = "0.25.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dc52b59543c6992644e0e8f57b48f992e00f00e5adf8b982f22854640d585c03"
|
checksum = "77f14ef24a5acaa86a3a295c96acd78bc4fb2c9725abeafb693f48cbb1f5da66"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"deno_ast",
|
"deno_ast",
|
||||||
|
|
|
@ -49,7 +49,7 @@ deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph",
|
||||||
deno_core = { version = "0.118.0", path = "../core" }
|
deno_core = { version = "0.118.0", path = "../core" }
|
||||||
deno_doc = "0.31.0"
|
deno_doc = "0.31.0"
|
||||||
deno_graph = "0.23.0"
|
deno_graph = "0.23.0"
|
||||||
deno_lint = { version = "0.24.0", features = ["docs"] }
|
deno_lint = { version = "0.25.0", features = ["docs"] }
|
||||||
deno_runtime = { version = "0.44.0", path = "../runtime" }
|
deno_runtime = { version = "0.44.0", path = "../runtime" }
|
||||||
|
|
||||||
atty = "=0.2.14"
|
atty = "=0.2.14"
|
||||||
|
|
Loading…
Reference in a new issue