Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19312a7 commit c2220e9Copy full SHA for c2220e9
rust/parse_ast/Cargo.toml
@@ -8,8 +8,8 @@ edition = "2021"
8
[dependencies]
9
anyhow = "1.0.95"
10
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"
+swc_compiler_base = "11.0.0"
+swc_common = { version = "6.0.0", features = ["ahash", "parking_lot"] }
+swc_ecma_ast = "6.0.0"
+swc_ecma_parser = "8.0.0"
15
parking_lot = "0.12.3"
0 commit comments