Skip to content

Commit

Permalink
chore: upgrade swc_ecmascript to 0.114 (denoland#13758)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Feb 24, 2022
1 parent 03c55b4 commit 49b6fc3
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 50 deletions.
95 changes: 52 additions & 43 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 @@ -45,11 +45,11 @@ winapi = "=0.3.9"
winres = "=0.1.11"

[dependencies]
deno_ast = { version = "0.11.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_ast = { version = "0.12.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "transpiling", "typescript", "view", "visit"] }
deno_core = { version = "0.119.0", path = "../core" }
deno_doc = "0.31.0"
deno_graph = "0.23.0"
deno_lint = { version = "0.25.0", features = ["docs"] }
deno_doc = "0.32.0"
deno_graph = "0.24.0"
deno_lint = { version = "0.26.0", features = ["docs"] }
deno_runtime = { version = "0.45.0", path = "../runtime" }

atty = "=0.2.14"
Expand All @@ -63,10 +63,10 @@ data-url = "=0.1.1"
dissimilar = "=1.0.2"
dprint-plugin-json = "=0.14.1"
dprint-plugin-markdown = "=0.12.2"
dprint-plugin-typescript = "=0.64.1"
dprint-plugin-typescript = "=0.64.3"
encoding_rs = "=0.8.29"
env_logger = "=0.8.4"
eszip = "=0.16.0"
eszip = "=0.17.0"
fancy-regex = "=0.7.1"
http = "=0.2.4"
import_map = "=0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ path = "examples/http_bench_json_ops.rs"

# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
deno_ast = { version = "0.11.0", features = ["transpiling"] }
deno_ast = { version = "0.12.0", features = ["transpiling"] }
tokio = { version = "1.10.1", features = ["full"] }

0 comments on commit 49b6fc3

Please sign in to comment.