Skip to content

Commit

Permalink
fix(deps): update swc monorepo (major) (#5724)
Browse files Browse the repository at this point in the history
fix(deps): update swc monorepo

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 50697b8 commit b58e48b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
52 changes: 26 additions & 26 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 b58e48b

Please sign in to comment.