Skip to content

Commit

Permalink
feat(deno-lint): upgrade to deno-lint@0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 10, 2021
1 parent 652c4c4 commit 2cfe5e3
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 @@ -8,13 +8,13 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
deno_lint = "=0.11.0"
deno_lint = "=0.12.0"
ignore = "0.4"
napi = {version = "1", features = ["serde-json"]}
napi-derive = "1"
serde = "1"
serde_json = "1"
swc_ecmascript = {version = "=0.46.0", features = ["parser", "transforms", "utils", "visit"]}
swc_ecmascript = {version = "=0.52.1", features = ["parser", "transforms", "utils", "visit"]}
termcolor = "1.1"

[target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
Expand Down

0 comments on commit 2cfe5e3

Please sign in to comment.