Skip to content

Commit

Permalink
feat: swc_ecma_parser 0.149 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Aug 7, 2024
1 parent c67be96 commit ea16c93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ bumpalo = { version = "3.16.0", optional = true, features = ["collections", "all
num-bigint = "0.4"
rustc-hash = "1.1.0"
swc_atoms = "0.6.7"
swc_common = "0.36.2"
swc_ecma_ast = "0.117.4"
swc_ecma_parser = "0.148.1"
swc_common = "0.37.0"
swc_ecma_ast = "0.118.0"
swc_ecma_parser = "0.149.0"
text_lines = "0.6.0"

[dev-dependencies]
Expand Down

0 comments on commit ea16c93

Please sign in to comment.