diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-30 13:01:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 13:01:16 +0100 |
commit | a22794e9cc0710998dcab8935f167f4f26aaa202 (patch) | |
tree | d45b319915135bbc7a58f3358cbbdc3a895e0ff5 /cli | |
parent | b6bfc32f8d538cd36b4482eb815eaff45c5fbbea (diff) |
upgrade: deno_doc, deno_lint, dprint, swc (#8552)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 10 | ||||
-rw-r--r-- | cli/tests/fmt/expected_fmt_check_tests_dir.out | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6ea8a5bd6..a00a6b769 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -34,8 +34,8 @@ winapi = "0.3.9" [dependencies] deno_crypto = { path = "../op_crates/crypto", version = "0.3.0" } deno_core = { path = "../core", version = "0.69.0" } -deno_doc = "0.1.16" -deno_lint = "0.2.11" +deno_doc = "0.1.17" +deno_lint = "0.2.12" deno_web = { path = "../op_crates/web", version = "0.20.0" } deno_fetch = { path = "../op_crates/fetch", version = "0.12.0" } @@ -47,7 +47,7 @@ clap = "2.33.3" dissimilar = "1.0.2" dlopen = "0.1.8" encoding_rs = "0.8.24" -dprint-plugin-typescript = "0.32.9" +dprint-plugin-typescript = "0.35.0" filetime = "0.2.12" http = "0.2.1" indexmap = "1.6.0" @@ -66,8 +66,8 @@ shell-escape = "0.1.5" sys-info = "0.7.0" sourcemap = "6.0.1" swc_bundler = "=0.17.1" -swc_common = { version = "=0.10.5", features = ["sourcemap"] } -swc_ecmascript = { version = "=0.14.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } +swc_common = { version = "0.10.6", features = ["sourcemap"] } +swc_ecmascript = { version = "0.14.4", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.22", features = ["full"] } diff --git a/cli/tests/fmt/expected_fmt_check_tests_dir.out b/cli/tests/fmt/expected_fmt_check_tests_dir.out index 04cd5ec64..e78b42db3 100644 --- a/cli/tests/fmt/expected_fmt_check_tests_dir.out +++ b/cli/tests/fmt/expected_fmt_check_tests_dir.out @@ -1,2 +1,2 @@ [WILDCARD] -error: Found 1 not formatted file in [WILDCARD] files +error: Found 2 not formatted files in [WILDCARD] files |