diff --git a/Cargo.lock b/Cargo.lock index 73e8491..e9d5fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.154.3" +version = "0.154.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808d1e5a3c923fe0fa6cd9c28af4ecb7e713b97231fe0914d89c00f6a7dca2e5" +checksum = "7badcda2c45056495ed94b957884099cb000470ae7901ba68db2e7fd48414a4b" dependencies = [ "memchr", "num-bigint", @@ -1510,9 +1510,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.194.2" +version = "0.194.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1405b179495c3d9530f84778f8c27706c9a2bd7ec820cdd16264d275a2cac0c" +checksum = "4f73c4ae3eb15adc5865dc729c4e111040529cec5a349d56ed0b4a0de1a86242" dependencies = [ "ryu-js", "serde", @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.133.3" +version = "0.133.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "025021bfd325dcd1232d49743f58ea76de7c81ca2a2526b972e4e9a984b9cbc8" +checksum = "b6148af60d25da893aef037621e4869e9b580eb280e12f5a8d4f87fa5e4cd5da" dependencies = [ "indexmap", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 7dc290b..cdf7a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ swc_common = "=0.36.2" swc_config = { version = "=0.1.14", optional = true } swc_config_macro = { version = "=0.1.4", optional = true } swc_ecma_ast = { version = "=0.117.4", features = ["serde-impl"] } -swc_ecma_codegen = { version = "=0.154.3", optional = true } +swc_ecma_codegen = { version = "=0.154.4", optional = true } swc_ecma_codegen_macros = { version = "=0.7.7", optional = true } swc_ecma_loader = { version = "=0.48.1", optional = true } swc_ecma_parser = "=0.148.1" @@ -65,8 +65,8 @@ swc_ecma_transforms_macros = { version = "=0.5.5", optional = true } swc_ecma_transforms_optimization = { version = "=0.204.2", optional = true } swc_ecma_transforms_proposal = { version = "=0.177.1", optional = true } swc_ecma_transforms_react = { version = "=0.189.2", optional = true } -swc_ecma_transforms_typescript = { version = "=0.194.2", optional = true } -swc_ecma_utils = { version = "=0.133.3", optional = true } +swc_ecma_transforms_typescript = { version = "=0.194.3", optional = true } +swc_ecma_utils = { version = "=0.133.4", optional = true } swc_ecma_visit = { version = "=0.103.3", optional = true } swc_eq_ignore_macros = "=0.1.4" swc_bundler = { version = "=0.233.3", optional = true }