diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-15 20:57:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-15 20:57:43 +0100 |
| commit | d8e7e3fbe3428681c91ca6c0cce797d93c8a4b13 (patch) | |
| tree | 28fd6259a9475fd4cd77b248d287323ed869dace | |
| parent | 6c324acf2363e88293ab94cf3de6c9d7a264b55d (diff) | |
chore: update cli/Cargo.toml (#13096)
| -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 cda4606d1..3a657801c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -42,7 +42,7 @@ winres = "=0.1.11" deno_ast = { version = "0.7.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_core = { version = "0.110.0", path = "../core" } deno_doc = "0.23.0" -deno_graph = "0.14.0" +deno_graph = "0.14.2" deno_lint = { version = "0.20.0", features = ["docs"] } deno_runtime = { version = "0.36.0", path = "../runtime" } |
