diff options
| author | Kenta Moriuchi <moriken@kimamass.com> | 2023-06-06 04:57:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 15:57:01 -0400 |
| commit | d54ef02dfe4455c043c3ccb3d1d15e5fcc302756 (patch) | |
| tree | d3f0a84740bbc26681a8340066b44e5b15dc9255 /cli | |
| parent | 11dd5a0ae73b4d3612de6422893a25232f930b84 (diff) | |
chore: update deno_lint to 0.46.0 (#19372)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 885ef1c86..df045a754 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -45,7 +45,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = "0.62.0" deno_emit = "0.20.0" deno_graph = "=0.48.1" -deno_lint = { version = "0.45.0", features = ["docs"] } +deno_lint = { version = "0.46.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm.workspace = true deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } |
