Skip to content

Commit

Permalink
chore(deps): update swc (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 7cdd593 commit 9da3ac2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ doctest = false
[dependencies]
oxc = { version = "0.31.0", features = ["transformer", "codegen", "semantic"] }

swc = "0.290.0"
swc_common = "0.40.1"
swc_ecma_ast = "0.121.1"
swc_ecma_parser = { version = "0.152.1", features = ["typescript"] }
swc = "0.290.1"
swc_common = "0.40.2"
swc_ecma_ast = "0.121.2"
swc_ecma_parser = { version = "0.152.2", features = ["typescript"] }
swc_ecma_transforms = "0.244.0"
swc_ecma_transforms_react = "0.196.1"
swc_ecma_transforms_typescript = "0.203.0"
swc_ecma_visit = "0.107.0"
swc_ecma_transforms_typescript = "0.203.1"
swc_ecma_visit = "0.107.1"

num_cpus = "1.16.0"
criterion2 = { version = "1.0.0", default-features = false }
Expand Down

0 comments on commit 9da3ac2

Please sign in to comment.