Skip to content

Commit

Permalink
upgrade: swc 0.44.0 (denoland#11197)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jul 1, 2021
1 parent de6e447 commit e9e286a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 54 deletions.
119 changes: 72 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ winres = "0.1.11"

[dependencies]
deno_core = { version = "0.92.0", path = "../core" }
deno_doc = "0.6.0"
deno_lint = "0.7.0"
deno_doc = "0.7.0"
deno_lint = "0.8.0"
deno_runtime = { version = "0.18.0", path = "../runtime" }

atty = "0.2.14"
Expand All @@ -53,8 +53,8 @@ clap = "2.33.3"
data-url = "0.1.0"
dissimilar = "1.0.2"
dprint-plugin-json = "0.12.0"
dprint-plugin-markdown = "0.8.0"
dprint-plugin-typescript = "0.46.1"
dprint-plugin-markdown = "0.9.1"
dprint-plugin-typescript = "0.47.0"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
fancy-regex = "0.5.0"
Expand All @@ -78,9 +78,9 @@ semver-parser = "0.10.2"
serde = { version = "1.0.125", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
swc_bundler = "0.40.0"
swc_common = { version = "0.10.20", features = ["sourcemap"] }
swc_ecmascript = { version = "0.39.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
swc_bundler = "0.44.0"
swc_common = { version = "0.10.21", features = ["sourcemap"] }
swc_ecmascript = { version = "0.44.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"
Expand Down

0 comments on commit e9e286a

Please sign in to comment.