@@ -6,7 +6,7 @@ edition = "2021"
66license = " Apache-2.0"
77name = " swc_core"
88repository = " https://github.com/swc-project/swc.git"
9- version = " 0.59.35 "
9+ version = " 0.59.36 "
1010 [package .metadata .docs .rs ]
1111 features = [
1212 " common_perf" ,
@@ -340,10 +340,10 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
340340wasmer-wasi = { optional = true , version = " 2.3.0" , default-features = false }
341341
342342# swc_* dependencies
343- binding_macros = { optional = true , version = " 0.34.31 " , path = " ../binding_macros" }
344- swc = { optional = true , version = " 0.245.31 " , path = " ../swc" }
343+ binding_macros = { optional = true , version = " 0.34.32 " , path = " ../binding_macros" }
344+ swc = { optional = true , version = " 0.245.32 " , path = " ../swc" }
345345swc_atoms = { optional = true , version = " 0.4.36" , path = " ../swc_atoms" }
346- swc_bundler = { optional = true , version = " 0.199.27 " , path = " ../swc_bundler" }
346+ swc_bundler = { optional = true , version = " 0.199.28 " , path = " ../swc_bundler" }
347347swc_cached = { optional = true , version = " 0.3.15" , path = " ../swc_cached" }
348348swc_common = { optional = true , version = " 0.29.31" , path = " ../swc_common" }
349349swc_css_ast = { optional = true , version = " 0.134.4" , path = " ../swc_css_ast" }
@@ -357,14 +357,14 @@ swc_css_visit = { optional = true, version = "0.133.4", path
357357swc_ecma_ast = { optional = true , version = " 0.96.6" , path = " ../swc_ecma_ast" }
358358swc_ecma_codegen = { optional = true , version = " 0.129.13" , path = " ../swc_ecma_codegen" }
359359swc_ecma_loader = { optional = true , version = " 0.41.33" , path = " ../swc_ecma_loader" }
360- swc_ecma_minifier = { optional = true , version = " 0.166.26 " , path = " ../swc_ecma_minifier" }
360+ swc_ecma_minifier = { optional = true , version = " 0.166.27 " , path = " ../swc_ecma_minifier" }
361361swc_ecma_parser = { optional = true , version = " 0.124.10" , path = " ../swc_ecma_parser" }
362- swc_ecma_preset_env = { optional = true , version = " 0.180.25 " , path = " ../swc_ecma_preset_env" }
362+ swc_ecma_preset_env = { optional = true , version = " 0.180.26 " , path = " ../swc_ecma_preset_env" }
363363swc_ecma_quote_macros = { optional = true , version = " 0.35.10" , path = " ../swc_ecma_quote_macros" }
364364swc_ecma_transforms_base = { optional = true , version = " 0.116.12" , path = " ../swc_ecma_transforms_base" }
365365swc_ecma_transforms_compat = { optional = true , version = " 0.141.14" , path = " ../swc_ecma_transforms_compat" }
366366swc_ecma_transforms_module = { optional = true , version = " 0.158.17" , path = " ../swc_ecma_transforms_module" }
367- swc_ecma_transforms_optimization = { optional = true , version = " 0.172.23 " , path = " ../swc_ecma_transforms_optimization" }
367+ swc_ecma_transforms_optimization = { optional = true , version = " 0.172.24 " , path = " ../swc_ecma_transforms_optimization" }
368368swc_ecma_transforms_proposal = { optional = true , version = " 0.149.15" , path = " ../swc_ecma_transforms_proposal" }
369369swc_ecma_transforms_react = { optional = true , version = " 0.160.19" , path = " ../swc_ecma_transforms_react" }
370370swc_ecma_transforms_testing = { optional = true , version = " 0.119.12" , path = " ../swc_ecma_transforms_testing" }
@@ -373,7 +373,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.3.8", path =
373373swc_ecma_utils = { optional = true , version = " 0.107.10" , path = " ../swc_ecma_utils" }
374374swc_ecma_visit = { optional = true , version = " 0.82.6" , path = " ../swc_ecma_visit" }
375375swc_node_base = { optional = true , version = " 0.5.8" , path = " ../swc_node_base" }
376- swc_node_bundler = { optional = true , version = " 0.32.32 " , path = " ../swc_node_bundler" }
376+ swc_node_bundler = { optional = true , version = " 0.32.33 " , path = " ../swc_node_bundler" }
377377swc_nodejs_common = { optional = true , version = " 0.0.5" , path = " ../swc_nodejs_common" }
378378swc_plugin = { optional = true , version = " 0.90.0" , path = " ../swc_plugin" }
379379swc_plugin_macro = { optional = true , version = " 0.9.10" , path = " ../swc_plugin_macro" }
0 commit comments