@@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
99license = " Apache-2.0/MIT"
1010name = " swc_bundler"
1111repository = " https://github.com/swc-project/swc.git"
12- version = " 0.39 .0"
12+ version = " 0.40 .0"
1313
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515[features ]
@@ -34,9 +34,9 @@ retain_mut = "0.1.2"
3434swc_atoms = {version = " 0.2.4" , path = " ../atoms" }
3535swc_common = {version = " 0.10.16" , path = " ../common" }
3636swc_ecma_ast = {version = " 0.46.0" , path = " ../ecmascript/ast" }
37- swc_ecma_codegen = {version = " 0.57 .0" , path = " ../ecmascript/codegen" }
38- swc_ecma_parser = {version = " 0.59 .0" , path = " ../ecmascript/parser" }
39- swc_ecma_transforms = {version = " 0.52 .0" , path = " ../ecmascript/transforms" , features = [" optimization" ]}
37+ swc_ecma_codegen = {version = " 0.58 .0" , path = " ../ecmascript/codegen" }
38+ swc_ecma_parser = {version = " 0.60 .0" , path = " ../ecmascript/parser" }
39+ swc_ecma_transforms = {version = " 0.53 .0" , path = " ../ecmascript/transforms" , features = [" optimization" ]}
4040swc_ecma_utils = {version = " 0.37.0" , path = " ../ecmascript/utils" }
4141swc_ecma_visit = {version = " 0.32.0" , path = " ../ecmascript/visit" }
4242
@@ -45,7 +45,7 @@ hex = "0.4"
4545ntest = " 0.7.2"
4646reqwest = {version = " 0.10.8" , features = [" blocking" ]}
4747sha-1 = " 0.9"
48- swc_ecma_transforms = {version = " 0.52 .0" , path = " ../ecmascript/transforms" , features = [" react" , " typescript" ]}
48+ swc_ecma_transforms = {version = " 0.53 .0" , path = " ../ecmascript/transforms" , features = [" react" , " typescript" ]}
4949tempfile = " 3.1.0"
5050testing = {version = " 0.10.5" , path = " ../testing" }
5151url = " 2.1.1"
0 commit comments