chore: Bump crates

This commit is contained in:
SWC Bot 2024-03-20 02:37:04 +00:00
parent 9f98a7026d
commit df977a0bbd
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/minifier)** Abort eval on `valueOf` or `toString` ([#8763](https://github.com/swc-project/swc/issues/8763)) ([9f98a70](https://github.com/swc-project/swc/commit/9f98a7026df50a548011baf6d075d00bdd77a85a))
- **(es/module)** Fix interop of `jsc.paths` with symlinks ([#8757](https://github.com/swc-project/swc/issues/8757)) ([e2c6db5](https://github.com/swc-project/swc/commit/e2c6db5226e9b34442ab65e02d5bbc3fa9aca65c))

2
Cargo.lock generated
View File

@ -4848,7 +4848,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.127.13"
version = "0.127.14"
dependencies = [
"indexmap 2.1.0",
"num_cpus",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.127.13"
version = "0.127.14"
[package.metadata.docs.rs]
all-features = true