@@ -6,7 +6,7 @@ edition = { workspace = true }
66license = { workspace = true }
77name = " swc_core"
88repository = { workspace = true }
9- version = " 10.2.3 "
9+ version = " 10.2.4 "
1010 [package .metadata .docs .rs ]
1111 features = [
1212 " allocator_node" ,
@@ -353,7 +353,7 @@ swc_css_parser = { optional = true, version = "5.0.0", path =
353353swc_css_prefixer = { optional = true , version = " 5.0.0" , path = " ../swc_css_prefixer" }
354354swc_css_utils = { optional = true , version = " 5.0.0" , path = " ../swc_css_utils/" }
355355swc_css_visit = { optional = true , version = " 5.0.0" , path = " ../swc_css_visit" }
356- swc_ecma_ast = { optional = true , version = " 5.0.1 " , path = " ../swc_ecma_ast" }
356+ swc_ecma_ast = { optional = true , version = " 5.0.2 " , path = " ../swc_ecma_ast" }
357357swc_ecma_codegen = { optional = true , version = " 5.0.1" , path = " ../swc_ecma_codegen" }
358358swc_ecma_lints = { optional = true , version = " 7.0.0" , path = " ../swc_ecma_lints" }
359359swc_ecma_loader = { optional = true , version = " 5.0.0" , path = " ../swc_ecma_loader" }
@@ -370,7 +370,7 @@ swc_ecma_transforms_react = { optional = true, version = "7.0.0", path =
370370swc_ecma_transforms_testing = { optional = true , version = " 7.0.1" , path = " ../swc_ecma_transforms_testing" }
371371swc_ecma_transforms_typescript = { optional = true , version = " 7.0.0" , path = " ../swc_ecma_transforms_typescript" }
372372swc_ecma_usage_analyzer = { optional = true , version = " 7.0.0" , path = " ../swc_ecma_usage_analyzer" }
373- swc_ecma_utils = { optional = true , version = " 7.0.1 " , path = " ../swc_ecma_utils" }
373+ swc_ecma_utils = { optional = true , version = " 7.0.2 " , path = " ../swc_ecma_utils" }
374374swc_ecma_visit = { optional = true , version = " 5.0.0" , path = " ../swc_ecma_visit" }
375375swc_malloc = { optional = true , version = " 1.0.0" , path = " ../swc_malloc" }
376376swc_node_bundler = { optional = true , version = " 10.0.0" , path = " ../swc_node_bundler" }
0 commit comments