chore(ci): Fix CI (#7589)

This commit is contained in:
Donny/강동윤 2023-06-27 23:34:41 +09:00 committed by GitHub
parent 7f2ace5d3f
commit c51eac6075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 247 additions and 161 deletions

402
bindings/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_core = { version = "0.78.20", features = [
swc_core = { version = "0.78.25", features = [
"allocator_node",
"ecma_ast",
"ecma_ast_serde",

View File

@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10" }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.78.20", features = [
swc_core = { version = "0.78.25", features = [
"ecma_ast_serde",
"common_perf",
"binding_macro_wasm",

View File

@ -30,7 +30,7 @@ relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
sourcemap = "6.2.2"
swc_core = { version = "0.78.20", features = [
swc_core = { version = "0.78.25", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",