Skip to content

Commit

Permalink
Update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 15, 2022
1 parent 6d2b883 commit fb3d929
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions bindings/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.43.11", features = [
swc_core = { version = "0.43.12", features = [
"ecma_ast",
"common_concurrent",
"bundler",
Expand Down
6 changes: 3 additions & 3 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ plugin = ["swc_core/plugin_transform_host_js"]
anyhow = "1.0.66"
serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.4.5"
swc_core = {version = "0.43.11", features = [
swc_core = { version = "0.43.12", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
"ecma_visit",
]}
tracing = {version = "0.1.37", features = ["max_level_off"]}
] }
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = {version = "0.2.82", features = [
"serde-serialize",
"enable-interning",
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = { version = "0.43.11", features = [
swc_core = { version = "0.43.12", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down

0 comments on commit fb3d929

Please sign in to comment.