Skip to content

Commit

Permalink
fix(deps): update swc monorepo
Browse files Browse the repository at this point in the history
| datasource | package         | from    | to      |
| ---------- | --------------- | ------- | ------- |
| crate      | swc_allocator   | 0.1.6   | 0.1.8   |
| crate      | swc_atoms       | 0.6.7   | 0.7.0   |
| crate      | swc_common      | 0.36.0  | 0.39.0  |
| crate      | swc_ecma_ast    | 0.117.0 | 0.120.0 |
| crate      | swc_ecma_parser | 0.148.0 | 0.151.0 |
  • Loading branch information
zemnmez-renovate-bot committed Sep 22, 2024
1 parent b17472f commit fdc1d19
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 103 deletions.
46 changes: 30 additions & 16 deletions Cargo.Bazel.lock

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

46 changes: 30 additions & 16 deletions 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 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.39.0"
sha2 = "=0.10.8"
hex = "=0.4.3"
serde_json = "=1.0.128"
swc_atoms = "=0.6.7"
swc_atoms = "=0.7.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.151.0"
swc_ecma_ast = "=0.120.0"
swc_allocator = "=0.1.8"
serenity = "=0.12.2"
tokio = { version = "=1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
Loading

0 comments on commit fdc1d19

Please sign in to comment.