chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-13 02:39:50 +00:00
parent f6ba92b033
commit 59d18c30b4
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/plugin)** Create `tokio` runtime only if necessary ([#8845](https://github.com/swc-project/swc/issues/8845)) ([62c4f5e](https://github.com/swc-project/swc/commit/62c4f5efb84daa5f9e7f88bbbfddd7823bb1355d))
- **(es/resolver)** Correctly check strict mode ([#8851](https://github.com/swc-project/swc/issues/8851)) ([f6ba92b](https://github.com/swc-project/swc/commit/f6ba92b033c3594c69672a33df124ecf6429f450))
- **(es/utils)** Preserve optional chain effect ([#8850](https://github.com/swc-project/swc/issues/8850)) ([a7a32c4](https://github.com/swc-project/swc/commit/a7a32c4b6c2089dfbe9be2f70a0c4712e9feeef4))
### Documentation

2
Cargo.lock generated
View File

@ -4626,7 +4626,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.137.17"
version = "0.137.18"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.137.17"
version = "0.137.18"
[lib]
bench = false