We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271667b commit 66d56e4Copy full SHA for 66d56e4
packages/deno-lint/Cargo.toml
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
10
[dependencies]
11
annotate-snippets = { version = "0.9", features = ["color"] }
12
anyhow = "1"
13
-deno_ast = "=0.25.0"
14
-deno_lint = "=0.43.0"
+deno_ast = "=0.26.0"
+deno_lint = "=0.44.0"
15
env_logger = "0.10"
16
global_alloc = { path = "../../crates/alloc" }
17
globwalk = "0.8"
0 commit comments