File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
6
6
license = " Apache-2.0/MIT"
7
7
name = " swc_ecmascript"
8
8
repository = " https://github.com/swc-project/swc.git"
9
- version = " 0.14.2 "
9
+ version = " 0.14.3 "
10
10
11
11
[features ]
12
12
codegen = [" swc_ecma_codegen" ]
@@ -24,7 +24,7 @@ swc_ecma_ast = {version = "0.35.0", path = "./ast"}
24
24
swc_ecma_codegen = {version = " 0.41.1" , path = " ./codegen" , optional = true }
25
25
swc_ecma_dep_graph = {version = " 0.9.0" , path = " ./dep-graph" , optional = true }
26
26
swc_ecma_parser = {version = " 0.43.0" , path = " ./parser" , optional = true }
27
- swc_ecma_transforms = {version = " 0.30.1 " , path = " ./transforms" , optional = true }
27
+ swc_ecma_transforms = {version = " 0.30.2 " , path = " ./transforms" , optional = true }
28
28
swc_ecma_utils = {version = " 0.25.0" , path = " ./utils" , optional = true }
29
29
swc_ecma_visit = {version = " 0.21.0" , path = " ./visit" , optional = true }
30
30
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
6
6
license = " Apache-2.0/MIT"
7
7
name = " swc_ecma_transforms"
8
8
repository = " https://github.com/swc-project/swc.git"
9
- version = " 0.30.1 "
9
+ version = " 0.30.2 "
10
10
11
11
[features ]
12
12
const-modules = [" dashmap" ]
You can’t perform that action at this time.
0 commit comments