mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
Fix deps
This commit is contained in:
parent
76d9e2a9df
commit
5d515d9ced
@ -21,7 +21,7 @@ string_enum = {version = "0.3", path = "../../macros/string_enum"}
|
||||
swc_atoms = {version = "0.2", path = "../../atoms"}
|
||||
swc_common = {version = "0.10", path = "../../common"}
|
||||
swc_ecma_ast = {version = "0.36", path = "../ast"}
|
||||
swc_ecma_transforms = {version = "0.32.0", path = "../transforms"}
|
||||
swc_ecma_transforms = {version = "0.32.0", path = "../transforms", features = ["compat", "proposal"]}
|
||||
swc_ecma_utils = {version = "0.26.0", path = "../utils"}
|
||||
swc_ecma_visit = {version = "0.22", path = "../visit"}
|
||||
walkdir = "2"
|
||||
|
Loading…
Reference in New Issue
Block a user