Skip to content

Commit

Permalink
fix(deps): update swc monorepo (major) (rollup#5695)
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 Oct 18, 2024
1 parent 9ac8891 commit 028e47c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
108 changes: 54 additions & 54 deletions rust/Cargo.lock

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

10 changes: 5 additions & 5 deletions rust/parse_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
anyhow = "1.0.89"
swc_atoms = "1.0.2"
swc_compiler_base = "0.24.0"
swc_common = { version = "0.40.2", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "0.121.2"
swc_ecma_parser = "0.152.2"
swc_atoms = "2.0.0"
swc_compiler_base = "1.0.0"
swc_common = { version = "1.0.0", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "1.0.0"
swc_ecma_parser = "1.0.1"
parking_lot = "0.12.3"

0 comments on commit 028e47c

Please sign in to comment.