From 9b20cfbee8d932c2f232f6bad911fe65c8257adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 22 Oct 2020 20:36:06 +0200 Subject: upgrade: deno_doc, deno_lint, dprint, swc (#8077) - deno_doc 0.1.13 - deno_lint 0.2.5 - dprint-plugin-typescript 0.32.6 - swc_bundler 0.12.0 - swc_ecmascript 0.11.1 --- cli/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3b4b20c0b..6120e901c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -30,8 +30,8 @@ winapi = "0.3.9" [dependencies] deno_core = { path = "../core", version = "0.64.0" } -deno_doc = "0.1.12" -deno_lint = "0.2.4" +deno_doc = "0.1.13" +deno_lint = "0.2.5" deno_web = { path = "../op_crates/web", version = "0.15.1" } deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } @@ -43,7 +43,7 @@ clap = "2.33.3" dissimilar = "1.0.2" dlopen = "0.1.8" encoding_rs = "0.8.24" -dprint-plugin-typescript = "0.32.5" +dprint-plugin-typescript = "0.32.6" filetime = "0.2.12" http = "0.2.1" indexmap = "1.6.0" @@ -61,9 +61,9 @@ rustyline-derive = "0.3.1" serde = { version = "1.0.116", features = ["derive"] } sys-info = "0.7.0" sourcemap = "6.0.1" -swc_bundler = "=0.11.3" +swc_bundler = "=0.12.0" swc_common = { version = "=0.10.4", features = ["sourcemap"] } -swc_ecmascript = { version = "=0.10.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } +swc_ecmascript = { version = "=0.11.1", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] } tempfile = "3.1.0" termcolor = "1.1.0" tokio = { version = "0.2.22", features = ["full"] } -- cgit v1.2.3