summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-05-30 02:09:16 +0200
committerGitHub <noreply@github.com>2024-05-30 00:09:16 +0000
commite084fe10a98556d4630b54bdda2ce23b3b5b8a60 (patch)
treefe9d25aadc1fdf3884ead22f90595f1f9e1f3e55 /cli/Cargo.toml
parent13723f267eb87f8c28ef0769cdf7e233b971326e (diff)
feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused-vars` for jsx files (#24034)
* https://github.com/denoland/deno_lint/pull/1271 * https://github.com/denoland/deno_lint/pull/1277 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2018aa73f..0533e1317 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -70,7 +70,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"]
deno_doc = { version = "=0.137.0", features = ["html", "syntect"] }
deno_emit = "=0.41.0"
deno_graph = { version = "=0.77.2", features = ["tokio_executor"] }
-deno_lint = { version = "=0.58.4", features = ["docs"] }
+deno_lint = { version = "=0.59.1", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.21.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }