diff --git a/Cargo.lock b/Cargo.lock index f059e778fae..409ea9c1f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.20.5" +version = "0.20.6" dependencies = [ "binding_macros", "once_cell", @@ -3691,7 +3691,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.160.5" +version = "0.160.6" dependencies = [ "ahash", "dashmap", @@ -3818,7 +3818,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.101.1" +version = "0.101.2" dependencies = [ "indexmap", "num_cpus", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 73e955fcc85..e5d4458a19e 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.20.5" +version = "0.20.6" [package.metadata.docs.rs] features = [ "common_perf", @@ -304,7 +304,7 @@ swc_ecma_parser = { optional = true, version = "0.118.0", path swc_ecma_quote_macros = { optional = true, version = "0.29.1", path = "../swc_ecma_quote_macros" } swc_ecma_transforms_base = { optional = true, version = "0.106.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_module = { optional = true, version = "0.146.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.160.4", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { optional = true, version = "0.160.6", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_proposal = { optional = true, version = "0.137.0", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { optional = true, version = "0.148.0", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { optional = true, version = "0.108.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index b27aabc6c16..c3ab02b48c2 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.160.5" +version = "0.160.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -36,7 +36,7 @@ swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.101.2", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.15.6", path = "../swc_fast_graph" } tracing = "0.1.32" diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 721a55242e1..6cd68d5411b 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.101.1" +version = "0.101.2" [package.metadata.docs.rs] all-features = true