Skip to content

Commit

Permalink
chore(deps): bump swc_ecma_ast from 0.111.1 to 0.112.0
Browse files Browse the repository at this point in the history
Bumps [swc_ecma_ast](https://github.com/swc-project/swc) from 0.111.1 to 0.112.0.
- [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 5, 2024
1 parent ff9a325 commit 28d9d4d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
29 changes: 23 additions & 6 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/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]
does-it-throw = { path = "../does-it-throw", version = "0.3.0"}
swc_common = "0.33"
swc_ecma_parser = "0.142.1"
swc_ecma_ast = "0.111.1"
swc_ecma_ast = "0.112.0"
swc_ecma_visit = "0.97.1"
wasm-bindgen = {version = "0.2.90"}
serde-wasm-bindgen = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ bench = false
[dependencies]
swc_common = "0.33"
swc_ecma_parser = "0.142.1"
swc_ecma_ast = "0.111.1"
swc_ecma_ast = "0.112.0"
swc_ecma_visit = "0.97.1"

0 comments on commit 28d9d4d

Please sign in to comment.