From af3486e2fa8e683628393572b44c23a37ad8018c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:47:58 +0000 Subject: [PATCH] chore(deps): update swc --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c990fbdd0e8..aed0e8c5ac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,15 +55,15 @@ tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls" # Must be pinned with the same swc versions rkyv = { version = "=0.7.42" } # synced with swc wasm plugin -styled_components = { version = "=0.96.8" } -swc_config = { version = "=0.1.12" } -swc_core = { version = "=0.90.31", default-features = false } -swc_ecma_minifier = { version = "=0.192.22", default-features = false } -swc_emotion = { version = "=0.72.8" } -swc_error_reporters = { version = "=0.17.19" } -swc_html = { version = "=0.137.18" } -swc_html_minifier = { version = "=0.134.18" } -swc_node_comments = { version = "=0.20.19" } +styled_components = { version = "=0.96.14" } +swc_config = { version = "=0.1.13" } +swc_core = { version = "=0.92.2", default-features = false } +swc_ecma_minifier = { version = "=0.194.2", default-features = false } +swc_emotion = { version = "=0.72.12" } +swc_error_reporters = { version = "=0.17.20" } +swc_html = { version = "=0.139.0" } +swc_html_minifier = { version = "=0.136.0" } +swc_node_comments = { version = "=0.20.20" } [profile.dev] codegen-units = 16 # debug build will cause runtime panic if codegen-unints is default