From a4e64fb7da40f76fe4448a4cc58e30deeee3d5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 25 Jan 2024 00:31:20 +0100 Subject: chore: upgrade deno_lint to 0.55.0 (#22092) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 14ba2757d..a8cebdbb0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -60,7 +60,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = { version = "=0.94.1", features = ["html"] } deno_emit = "=0.34.0" deno_graph = "=0.63.5" -deno_lint = { version = "=0.54.0", features = ["docs"] } +deno_lint = { version = "=0.55.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.16.0" deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] } -- cgit v1.2.3