@@ -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 = " 8 .0.2 "
9
+ version = " 9 .0.0 "
10
10
[package .metadata .docs .rs ]
11
11
features = [
12
12
" allocator_node" ,
@@ -338,8 +338,8 @@ __visit = ["__ecma", "swc_ecma_visit"]
338
338
once_cell = { workspace = true , optional = true }
339
339
340
340
# swc_* dependencies
341
- binding_macros = { optional = true , version = " 8 .0.0" , path = " ../binding_macros" }
342
- swc = { optional = true , version = " 8 .0.0" , path = " ../swc" }
341
+ binding_macros = { optional = true , version = " 9 .0.0" , path = " ../binding_macros" }
342
+ swc = { optional = true , version = " 9 .0.0" , path = " ../swc" }
343
343
swc_atoms = { optional = true , version = " 3.0.0" , path = " ../swc_atoms" }
344
344
swc_bundler = { optional = true , version = " 6.0.0" , path = " ../swc_bundler" }
345
345
swc_cached = { optional = true , version = " 1.0.0" , path = " ../swc_cached" }
@@ -359,11 +359,11 @@ swc_ecma_lints = { optional = true, version = "6.0.0", path =
359
359
swc_ecma_loader = { optional = true , version = " 5.0.0" , path = " ../swc_ecma_loader" }
360
360
swc_ecma_minifier = { optional = true , version = " 6.0.1" , path = " ../swc_ecma_minifier" }
361
361
swc_ecma_parser = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_parser" }
362
- swc_ecma_preset_env = { optional = true , version = " 7 .0.0" , path = " ../swc_ecma_preset_env" }
362
+ swc_ecma_preset_env = { optional = true , version = " 8 .0.0" , path = " ../swc_ecma_preset_env" }
363
363
swc_ecma_quote_macros = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_quote_macros" }
364
364
swc_ecma_transforms_base = { optional = true , version = " 6.0.2" , path = " ../swc_ecma_transforms_base" }
365
365
swc_ecma_transforms_compat = { optional = true , version = " 7.0.0" , path = " ../swc_ecma_transforms_compat" }
366
- swc_ecma_transforms_module = { optional = true , version = " 6 .0.0" , path = " ../swc_ecma_transforms_module" }
366
+ swc_ecma_transforms_module = { optional = true , version = " 7 .0.0" , path = " ../swc_ecma_transforms_module" }
367
367
swc_ecma_transforms_optimization = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_transforms_optimization" }
368
368
swc_ecma_transforms_proposal = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_transforms_proposal" }
369
369
swc_ecma_transforms_react = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_transforms_react" }
@@ -373,7 +373,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "6.0.0", path =
373
373
swc_ecma_utils = { optional = true , version = " 6.0.0" , path = " ../swc_ecma_utils" }
374
374
swc_ecma_visit = { optional = true , version = " 5.0.0" , path = " ../swc_ecma_visit" }
375
375
swc_malloc = { optional = true , version = " 1.0.0" , path = " ../swc_malloc" }
376
- swc_node_bundler = { optional = true , version = " 8 .0.0" , path = " ../swc_node_bundler" }
376
+ swc_node_bundler = { optional = true , version = " 9 .0.0" , path = " ../swc_node_bundler" }
377
377
swc_nodejs_common = { optional = true , version = " 1.0.0" , path = " ../swc_nodejs_common" }
378
378
swc_plugin = { optional = true , version = " 1.0.0" , path = " ../swc_plugin" }
379
379
swc_plugin_macro = { optional = true , version = " 1.0.0" , path = " ../swc_plugin_macro" }
0 commit comments