@@ -6,7 +6,7 @@ edition = "2021"
6
6
license = " Apache-2.0"
7
7
name = " swc_core"
8
8
repository = " https://github.com/swc-project/swc.git"
9
- version = " 0.46.12 "
9
+ version = " 0.46.13 "
10
10
[package .metadata .docs .rs ]
11
11
features = [
12
12
" common_perf" ,
@@ -340,10 +340,10 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
340
340
wasmer-wasi = { optional = true , version = " 2.3.0" , default-features = false }
341
341
342
342
# swc_* dependencies
343
- binding_macros = { optional = true , version = " 0.22.10 " , path = " ../binding_macros" }
344
- swc = { optional = true , version = " 0.234.10 " , path = " ../swc" }
343
+ binding_macros = { optional = true , version = " 0.22.11 " , path = " ../binding_macros" }
344
+ swc = { optional = true , version = " 0.234.11 " , path = " ../swc" }
345
345
swc_atoms = { optional = true , version = " 0.4.25" , path = " ../swc_atoms" }
346
- swc_bundler = { optional = true , version = " 0.193.9 " , path = " ../swc_bundler" }
346
+ swc_bundler = { optional = true , version = " 0.193.10 " , path = " ../swc_bundler" }
347
347
swc_cached = { optional = true , version = " 0.3.15" , path = " ../swc_cached" }
348
348
swc_common = { optional = true , version = " 0.29.19" , path = " ../swc_common" }
349
349
swc_css_ast = { optional = true , version = " 0.129.3" , path = " ../swc_css_ast" }
@@ -357,23 +357,23 @@ swc_css_visit = { optional = true, version = "0.128.3", path
357
357
swc_ecma_ast = { optional = true , version = " 0.95.3" , path = " ../swc_ecma_ast" }
358
358
swc_ecma_codegen = { optional = true , version = " 0.128.5" , path = " ../swc_ecma_codegen" }
359
359
swc_ecma_loader = { optional = true , version = " 0.41.20" , path = " ../swc_ecma_loader" }
360
- swc_ecma_minifier = { optional = true , version = " 0.160.9 " , path = " ../swc_ecma_minifier" }
360
+ swc_ecma_minifier = { optional = true , version = " 0.160.10 " , path = " ../swc_ecma_minifier" }
361
361
swc_ecma_parser = { optional = true , version = " 0.123.5" , path = " ../swc_ecma_parser" }
362
- swc_ecma_preset_env = { optional = true , version = " 0.175.7 " , path = " ../swc_ecma_preset_env" }
362
+ swc_ecma_preset_env = { optional = true , version = " 0.175.8 " , path = " ../swc_ecma_preset_env" }
363
363
swc_ecma_quote_macros = { optional = true , version = " 0.34.5" , path = " ../swc_ecma_quote_macros" }
364
364
swc_ecma_transforms_base = { optional = true , version = " 0.112.6" , path = " ../swc_ecma_transforms_base" }
365
- swc_ecma_transforms_compat = { optional = true , version = " 0.137.6 " , path = " ../swc_ecma_transforms_compat" }
366
- swc_ecma_transforms_module = { optional = true , version = " 0.154.6 " , path = " ../swc_ecma_transforms_module" }
367
- swc_ecma_transforms_optimization = { optional = true , version = " 0.168.7 " , path = " ../swc_ecma_transforms_optimization" }
368
- swc_ecma_transforms_proposal = { optional = true , version = " 0.145.6 " , path = " ../swc_ecma_transforms_proposal" }
369
- swc_ecma_transforms_react = { optional = true , version = " 0.156.6 " , path = " ../swc_ecma_transforms_react" }
365
+ swc_ecma_transforms_compat = { optional = true , version = " 0.137.7 " , path = " ../swc_ecma_transforms_compat" }
366
+ swc_ecma_transforms_module = { optional = true , version = " 0.154.7 " , path = " ../swc_ecma_transforms_module" }
367
+ swc_ecma_transforms_optimization = { optional = true , version = " 0.168.8 " , path = " ../swc_ecma_transforms_optimization" }
368
+ swc_ecma_transforms_proposal = { optional = true , version = " 0.145.7 " , path = " ../swc_ecma_transforms_proposal" }
369
+ swc_ecma_transforms_react = { optional = true , version = " 0.156.7 " , path = " ../swc_ecma_transforms_react" }
370
370
swc_ecma_transforms_testing = { optional = true , version = " 0.115.7" , path = " ../swc_ecma_transforms_testing" }
371
- swc_ecma_transforms_typescript = { optional = true , version = " 0.160.7 " , path = " ../swc_ecma_transforms_typescript" }
371
+ swc_ecma_transforms_typescript = { optional = true , version = " 0.160.8 " , path = " ../swc_ecma_transforms_typescript" }
372
372
swc_ecma_usage_analyzer = { optional = true , version = " 0.1.0" , path = " ../swc_ecma_usage_analyzer" }
373
373
swc_ecma_utils = { optional = true , version = " 0.106.5" , path = " ../swc_ecma_utils" }
374
374
swc_ecma_visit = { optional = true , version = " 0.81.3" , path = " ../swc_ecma_visit" }
375
375
swc_node_base = { optional = true , version = " 0.5.8" , path = " ../swc_node_base" }
376
- swc_node_bundler = { optional = true , version = " 0.20.10 " , path = " ../swc_node_bundler" }
376
+ swc_node_bundler = { optional = true , version = " 0.20.11 " , path = " ../swc_node_bundler" }
377
377
swc_nodejs_common = { optional = true , version = " 0.0.4" , path = " ../swc_nodejs_common" }
378
378
swc_plugin = { optional = true , version = " 0.90.0" , path = " ../swc_plugin" }
379
379
swc_plugin_macro = { optional = true , version = " 0.9.10" , path = " ../swc_plugin_macro" }
0 commit comments