Skip to content

Commit

Permalink
Bump swc_ecma_ast from 0.106.6 to 0.112.3
Browse files Browse the repository at this point in the history
Bumps [swc_ecma_ast](https://github.com/swc-project/swc) from 0.106.6 to 0.112.3.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

---
updated-dependencies:
- dependency-name: swc_ecma_ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 33fa939 commit a4c7221
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 20 deletions.
147 changes: 128 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
swc_common = "0.31.12"
swc_ecma_ast = "0.106.0"
swc_ecma_ast = "0.112.3"
swc_ecma_parser = "0.136.0"
swc_ecma_visit = "0.92.0"
tempfile = "3.10.0"
Expand Down

0 comments on commit a4c7221

Please sign in to comment.