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
This commit is contained in:
Bartek Iwańczuk 2020-10-22 20:36:06 +02:00 committed by GitHub
parent d592c128cf
commit 9b20cfbee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 86 additions and 69 deletions

View file

@ -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"] }