diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-04 03:20:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 01:20:06 +0000 |
| commit | ae657731f770cc5907ef011a3b7066712d3890e9 (patch) | |
| tree | ed903a21c4631a4b96c93e093b52ba69e1d711ee /cli | |
| parent | cafbf0a7a16417c5ac11be120f50f36440124178 (diff) | |
chore: upgrade deno_lint to 0.49.0 (#19703)
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 69bc67bfd..960c183d9 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.63.1" deno_emit = "=0.24.0" deno_graph = "=0.49.0" -deno_lint = { version = "=0.48.0", features = ["docs"] } +deno_lint = { version = "=0.49.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"] } |
