Skip to content

Commit

Permalink
chore: upgrade crates (denoland#11007)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jun 22, 2021
1 parent cd59601 commit 097c02f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

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

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

atty = "0.2.14"
Expand All @@ -53,7 +53,7 @@ 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.0"
dprint-plugin-typescript = "0.46.1"
encoding_rs = "0.8.28"
env_logger = "0.8.3"
fancy-regex = "0.5.0"
Expand All @@ -77,9 +77,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.37.4"
swc_bundler = "0.40.0"
swc_common = { version = "0.10.20", features = ["sourcemap"] }
swc_ecmascript = { version = "0.36.3", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] }
swc_ecmascript = { version = "0.39.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 097c02f

Please sign in to comment.