@@ -6,7 +6,7 @@ edition = { workspace = true }
66license = { workspace = true }
77name = " swc_core"
88repository = { workspace = true }
9- version = " 47 .0.9 "
9+ version = " 48 .0.0 "
1010[package .metadata .docs .rs ]
1111features = [
1212 " allocator_node" ,
@@ -332,8 +332,8 @@ __visit = ["__ecma", "swc_ecma_visit"]
332332par-core = { workspace = true , optional = true }
333333
334334# swc_* dependencies
335- binding_macros = { optional = true , version = " 45 .0.0" , path = " ../binding_macros" }
336- swc = { optional = true , version = " 45 .0.1 " , path = " ../swc" , default-features = false }
335+ binding_macros = { optional = true , version = " 46 .0.0" , path = " ../binding_macros" }
336+ swc = { optional = true , version = " 46 .0.0 " , path = " ../swc" , default-features = false }
337337swc_allocator = { version = " 4.0.1" , path = " ../swc_allocator" , default-features = false }
338338swc_atoms = { optional = true , version = " 9.0.0" , path = " ../swc_atoms" }
339339swc_bundler = { optional = true , version = " 35.0.0" , path = " ../swc_bundler" }
@@ -349,16 +349,16 @@ swc_css_prefixer = { optional = true, version = "20.0.0", path =
349349swc_css_utils = { optional = true , version = " 17.0.0" , path = " ../swc_css_utils/" }
350350swc_css_visit = { optional = true , version = " 17.0.1" , path = " ../swc_css_visit" }
351351swc_ecma_ast = { optional = true , version = " 18.0.0" , path = " ../swc_ecma_ast" }
352- swc_ecma_codegen = { optional = true , version = " 20.0.1 " , path = " ../swc_ecma_codegen" }
352+ swc_ecma_codegen = { optional = true , version = " 20.0.2 " , path = " ../swc_ecma_codegen" }
353353swc_ecma_lints = { optional = true , version = " 25.0.0" , path = " ../swc_ecma_lints" }
354354swc_ecma_loader = { optional = true , version = " 17.0.0" , path = " ../swc_ecma_loader" }
355355swc_ecma_minifier = { optional = true , version = " 36.0.3" , path = " ../swc_ecma_minifier" }
356356swc_ecma_parser = { optional = true , version = " 27.0.6" , path = " ../swc_ecma_parser" , default-features = false }
357- swc_ecma_preset_env = { optional = true , version = " 39 .0.0" , path = " ../swc_ecma_preset_env" }
357+ swc_ecma_preset_env = { optional = true , version = " 40 .0.0" , path = " ../swc_ecma_preset_env" }
358358swc_ecma_quote_macros = { optional = true , version = " 27.0.1" , path = " ../swc_ecma_quote_macros" }
359359swc_ecma_react_compiler = { optional = true , version = " 11.0.0" , path = " ../swc_ecma_react_compiler" }
360360swc_ecma_transforms_base = { optional = true , version = " 30.0.0" , path = " ../swc_ecma_transforms_base" }
361- swc_ecma_transforms_compat = { optional = true , version = " 34 .0.0" , path = " ../swc_ecma_transforms_compat" }
361+ swc_ecma_transforms_compat = { optional = true , version = " 35 .0.0" , path = " ../swc_ecma_transforms_compat" }
362362swc_ecma_transforms_module = { optional = true , version = " 33.0.0" , path = " ../swc_ecma_transforms_module" }
363363swc_ecma_transforms_optimization = { optional = true , version = " 32.0.0" , path = " ../swc_ecma_transforms_optimization" }
364364swc_ecma_transforms_proposal = { optional = true , version = " 30.0.0" , path = " ../swc_ecma_transforms_proposal" }
@@ -369,7 +369,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "25.0.0", path =
369369swc_ecma_utils = { optional = true , version = " 24.0.0" , path = " ../swc_ecma_utils" }
370370swc_ecma_visit = { optional = true , version = " 18.0.1" , path = " ../swc_ecma_visit" }
371371swc_malloc = { optional = true , version = " 1.2.4" , path = " ../swc_malloc" }
372- swc_node_bundler = { optional = true , version = " 46 .0.0" , path = " ../swc_node_bundler" }
372+ swc_node_bundler = { optional = true , version = " 47 .0.0" , path = " ../swc_node_bundler" }
373373swc_nodejs_common = { optional = true , version = " 1.0.3" , path = " ../swc_nodejs_common" }
374374swc_plugin = { optional = true , version = " 1.0.1" , path = " ../swc_plugin" }
375375swc_plugin_macro = { optional = true , version = " 1.1.0" , path = " ../swc_plugin_macro" }
0 commit comments