Skip to content

Commit

Permalink
chore: upgrade crates (denoland#9632)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Mar 2, 2021
1 parent badc88b commit faf2e80
Show file tree
Hide file tree
Showing 15 changed files with 119 additions and 146 deletions.
123 changes: 68 additions & 55 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ winres = "0.1.11"

[dependencies]
deno_core = { path = "../core", version = "0.79.0" }
deno_doc = "0.1.22"
deno_lint = "0.2.18"
deno_doc = "0.1.23"
deno_lint = "0.2.19"
deno_runtime = { path = "../runtime", version = "0.9.0" }

atty = "0.2.14"
base64 = "0.13.0"
byteorder = "1.4.2"
clap = "2.33.3"
dissimilar = "1.0.2"
dprint-plugin-typescript = "0.40.3"
dprint-plugin-typescript = "0.41.0"
dprint-plugin-markdown = "0.5.1"
dprint-plugin-json = "0.8.0"
encoding_rs = "0.8.28"
Expand All @@ -68,9 +68,9 @@ semver-parser = "0.10.2"
serde = { version = "1.0.123", features = ["derive"] }
shell-escape = "0.1.5"
sourcemap = "6.0.1"
swc_bundler = "0.21.0"
swc_common = { version = "0.10.9", features = ["sourcemap"] }
swc_ecmascript = { version = "0.20.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
swc_bundler = "0.25.1"
swc_common = { version = "0.10.12", features = ["sourcemap"] }
swc_ecmascript = { version = "0.24.1", 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
Loading

0 comments on commit faf2e80

Please sign in to comment.