chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-11 00:37:21 +00:00
parent 5cc585b8f3
commit 62cd932f32
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/compat)** Handle class fields correctly ([#8835](https://github.com/swc-project/swc/issues/8835)) ([5cc585b](https://github.com/swc-project/swc/commit/5cc585b8f3359d960420e31a91f53c761c90f3f5))
### Refactor

2
Cargo.lock generated
View File

@ -4665,7 +4665,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.163.18"
version = "0.163.19"
dependencies = [
"arrayvec",
"indexmap 2.1.0",

View File

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