@@ -6,7 +6,7 @@ edition = { workspace = true }
66license = { workspace = true }
77name = " swc_core"
88repository = { workspace = true }
9- version = " 47.0.8 "
9+ version = " 47.0.9 "
1010[package .metadata .docs .rs ]
1111features = [
1212 " allocator_node" ,
@@ -349,11 +349,11 @@ 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.0 " , path = " ../swc_ecma_codegen" }
352+ swc_ecma_codegen = { optional = true , version = " 20.0.1 " , 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" }
356- swc_ecma_parser = { optional = true , version = " 27.0.5 " , path = " ../swc_ecma_parser" , default-features = false }
356+ swc_ecma_parser = { optional = true , version = " 27.0.6 " , path = " ../swc_ecma_parser" , default-features = false }
357357swc_ecma_preset_env = { optional = true , version = " 39.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" }
0 commit comments