fix(swc_core): Update deps (#5746)

This commit is contained in:
OJ Kwon 2022-09-04 19:31:49 -07:00 committed by GitHub
parent e7c565dbb2
commit 83dbe6cdc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

6
Cargo.lock generated
View File

@ -3109,7 +3109,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.20.5"
version = "0.20.6"
dependencies = [
"binding_macros",
"once_cell",
@ -3691,7 +3691,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.160.5"
version = "0.160.6"
dependencies = [
"ahash",
"dashmap",
@ -3818,7 +3818,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.101.1"
version = "0.101.2"
dependencies = [
"indexmap",
"num_cpus",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.5"
version = "0.20.6"
[package.metadata.docs.rs]
features = [
"common_perf",
@ -304,7 +304,7 @@ swc_ecma_parser = { optional = true, version = "0.118.0", path
swc_ecma_quote_macros = { optional = true, version = "0.29.1", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.106.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_module = { optional = true, version = "0.146.0", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.160.4", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_optimization = { optional = true, version = "0.160.6", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.137.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.148.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.108.0", path = "../swc_ecma_transforms_testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.160.5"
version = "0.160.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@ -36,7 +36,7 @@ swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.101.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.15.6", path = "../swc_fast_graph" }
tracing = "0.1.32"

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.101.1"
version = "0.101.2"
[package.metadata.docs.rs]
all-features = true