Skip to content

Commit

Permalink
Merge pull request #727 from napi-rs/renovate/deno-lint
Browse files Browse the repository at this point in the history
fix(deps): update deno-lint
  • Loading branch information
Brooooooklyn authored Oct 25, 2023
2 parents 5ab31be + fd3830d commit 51b171c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
annotate-snippets = { version = "0.9", features = ["color"] }
anyhow = "1"
deno_ast = "=0.30.0"
deno_lint = "=0.52.1"
deno_ast = "=0.31.0"
deno_lint = "=0.52.2"
env_logger = "0.10"
global_alloc = { path = "../../crates/alloc" }
globwalk = "0.8"
Expand Down

0 comments on commit 51b171c

Please sign in to comment.