Skip to content

Commit

Permalink
fix: bump swc_ecma_parser to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 30, 2024
1 parent 2c37b13 commit 475524d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
54 changes: 28 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ allocator-api2 = { version = "0.2.18", optional = true }
bumpalo = { version = "3.16.0", optional = true, features = ["collections", "allocator-api2"] }
num-bigint = "0.4"
rustc-hash = "1.1.0"
swc_atoms = "0.6.7"
swc_common = "0.37.5"
swc_ecma_ast = "0.118.2"
swc_ecma_parser = "0.149.1"
swc_atoms = "2.0.0"
swc_common = "2.0.1"
swc_ecma_ast = "2.0.0"
swc_ecma_parser = "3.0.0"
text_lines = "0.6.0"

[dev-dependencies]
Expand Down

0 comments on commit 475524d

Please # to comment.