Skip to content

Commit d003c92

Browse files
authored
fix: bump swc_ecma_parser to 3.0.0 (#68)
1 parent 2c37b13 commit d003c92

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

Cargo.lock

+28-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs-lib/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ allocator-api2 = { version = "0.2.18", optional = true }
1919
bumpalo = { version = "3.16.0", optional = true, features = ["collections", "allocator-api2"] }
2020
num-bigint = "0.4"
2121
rustc-hash = "1.1.0"
22-
swc_atoms = "0.6.7"
23-
swc_common = "0.37.5"
24-
swc_ecma_ast = "0.118.2"
25-
swc_ecma_parser = "0.149.1"
22+
swc_atoms = "2.0.0"
23+
swc_common = "2.0.1"
24+
swc_ecma_ast = "2.0.0"
25+
swc_ecma_parser = "3.0.0"
2626
text_lines = "0.6.0"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)