Skip to content

Commit b25d25e

Browse files
fix(deps): update swc monorepo (major) (#6322)
fix(deps): update swc monorepo Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
1 parent 119abdb commit b25d25e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/parse_ast/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0.102"
10-
swc_compiler_base = "49.0.0"
10+
swc_compiler_base = "50.0.0"
1111
swc_config = "4.0.0"
1212
swc_common = { version = "19.0.0", features = ["parking_lot"] }
1313
swc_ecma_ast = "21.0.0"
14-
swc_ecma_parser = "35.0.0"
14+
swc_ecma_parser = "36.0.0"
1515
parking_lot = "0.12.5"

0 commit comments

Comments
 (0)