chore(es/lints): Fix CI

This commit is contained in:
Donny/강동윤 2022-02-07 23:03:08 +09:00
parent 7b9379e1d1
commit b06a5abe58

View File

@ -14,7 +14,7 @@ parking_lot = "0.11"
rayon = "1.5.1"
serde = {version = "1.0.133", features = ["derive"]}
swc_atoms = {version = "0.2.9", path = "../swc_atoms"}
swc_common = {version = "0.17.0", path = "../swc_common"}
swc_common = {version = "0.17.0", path = "../swc_common", features = ["concurrent"]}
swc_ecma_ast = {version = "0.65.0", path = "../swc_ecma_ast"}
swc_ecma_utils = {version = "0.65.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.51.0", path = "../swc_ecma_visit"}