1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

chore: upgrade deno_lint to 0.25.0 (#13683)

This commit is contained in:
Bartek Iwańczuk 2022-02-16 16:19:07 +01:00 committed by GitHub
parent 665ea9b5f0
commit 7780e512e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -975,9 +975,9 @@ dependencies = [
[[package]]
name = "deno_lint"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc52b59543c6992644e0e8f57b48f992e00f00e5adf8b982f22854640d585c03"
checksum = "77f14ef24a5acaa86a3a295c96acd78bc4fb2c9725abeafb693f48cbb1f5da66"
dependencies = [
"anyhow",
"deno_ast",

View file

@ -49,7 +49,7 @@ deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph",
deno_core = { version = "0.118.0", path = "../core" }
deno_doc = "0.31.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" }
atty = "=0.2.14"