Skip to content

Commit

Permalink
Bump swc_core from 0.83.0 to 0.86.12
Browse files Browse the repository at this point in the history
Bumps [swc_core](https://github.com/swc-project/swc) from 0.83.0 to 0.86.12.
- [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_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent e96eaaf commit f254caf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.20.1"
swc_core = { version = "0.83.0", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
swc_core = { version = "0.86.12", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] }
wit-parser = "0.11.3"
convert_case = "0.4.0"

Expand Down

0 comments on commit f254caf

Please sign in to comment.