Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2220e9

Browse files
fix(deps): update swc monorepo
1 parent 19312a7 commit c2220e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/parse_ast/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0.95"
1010
swc_atoms = "3.0.4"
11-
swc_compiler_base = "10.0.0"
12-
swc_common = { version = "5.0.1", features = ["ahash", "parking_lot"] }
13-
swc_ecma_ast = "5.1.0"
14-
swc_ecma_parser = "7.0.1"
11+
swc_compiler_base = "11.0.0"
12+
swc_common = { version = "6.0.0", features = ["ahash", "parking_lot"] }
13+
swc_ecma_ast = "6.0.0"
14+
swc_ecma_parser = "8.0.0"
1515
parking_lot = "0.12.3"

0 commit comments

Comments
 (0)