Skip to content

Commit

Permalink
fix(deps): update swc monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Oct 1, 2024
1 parent cd7b6b1 commit f55f9ff
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
66 changes: 34 additions & 32 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ edition = "2021"

[dependencies]
clap = { version = "=4.5.18", features = ["derive"] }
swc_common = "=0.36.0"
swc_common = "=0.40.0"
sha2 = "=0.10.8"
hex = "=0.4.3"
serde_json = "=1.0.128"
swc_atoms = "=1.0.0"
rxp = "=0.2.0"
swc_ecma_parser = "=0.148.0"
swc_ecma_ast = "=0.117.0"
swc_allocator = "=0.1.6"
swc_ecma_parser = "=0.152.1"
swc_ecma_ast = "=0.121.0"
swc_allocator = "=0.1.8"
serenity = "=0.12.2"
tokio = { version = "=1.40.0", features = ["rt", "rt-multi-thread", "macros"] }

0 comments on commit f55f9ff

Please sign in to comment.