Skip to content

Commit

Permalink
fix(deps): update swc monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lukastaegert committed Nov 15, 2024
1 parent 50697b8 commit 3188a7f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
48 changes: 24 additions & 24 deletions rust/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 rust/parse_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
anyhow = "1.0.93"
swc_atoms = "2.0.0"
swc_compiler_base = "4.0.0"
swc_common = { version = "3.0.0", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "3.0.0"
swc_ecma_parser = "4.0.0"
swc_compiler_base = "5.0.0"
swc_common = { version = "4.0.0", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "4.0.1"
swc_ecma_parser = "5.0.0"
parking_lot = "0.12.3"

0 comments on commit 3188a7f

Please sign in to comment.