diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-07 10:35:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 09:35:27 +0000 |
commit | 30687c786c37090ac0e4e2c3824b1b5cf313599f (patch) | |
tree | 307659442cbb26a681cee8092db30e444012859f /cli | |
parent | 98e8e2f8bc685675b305e5cc596571801a8e0160 (diff) |
feat: Update no-window lint rule (#25486)
Closes https://github.com/denoland/deno/issues/25323
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 0e170c183..3a141b3e1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = { version = "=0.33.2", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.148.0", features = ["html", "syntect"] } deno_graph = { version = "=0.82.1" } -deno_lint = { version = "=0.64.0", features = ["docs"] } +deno_lint = { version = "=0.65.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.25.0" deno_package_json.workspace = true |