diff --git a/packages/next-swc/crates/core/Cargo.toml b/packages/next-swc/crates/core/Cargo.toml index cf6bb9c771dac..8f98805cf49b4 100644 --- a/packages/next-swc/crates/core/Cargo.toml +++ b/packages/next-swc/crates/core/Cargo.toml @@ -26,18 +26,18 @@ swc_emotion = {path="../emotion"} styled_components = {path="../styled_components"} styled_jsx = {path="../styled_jsx"} modularize_imports = {path="../modularize_imports"} -swc = "0.214.8" +swc = "0.214.9" swc_atoms = "0.4.8" swc_common = { version = "0.27.11", features = ["concurrent", "sourcemap", "plugin_transform_schema_v1"] } swc_ecma_loader = { version = "0.39.4", features = ["node", "lru"] } -swc_ecmascript = { version = "0.189.3", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } -swc_plugin_runner = { version = "0.71.14", optional = true, default-features = false, features = ["plugin_transform_schema_v1"] } +swc_ecmascript = { version = "0.189.4", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } +swc_plugin_runner = { version = "0.71.15", optional = true, default-features = false, features = ["plugin_transform_schema_v1"] } swc_cached = "0.3.5" tracing = { version = "0.1.32", features = ["release_max_level_info"] } wasmer = { version = "2.3.0", optional = true, default-features = false } wasmer-wasi = { version = "2.3.0", optional = true, default-features = false } [dev-dependencies] -swc_ecma_transforms_testing = "0.105.4" +swc_ecma_transforms_testing = "0.105.5" testing = "0.29.4" walkdir = "2.3.2" diff --git a/packages/next-swc/crates/emotion/Cargo.toml b/packages/next-swc/crates/emotion/Cargo.toml index 31bc1852af607..2b38b85d2f878 100644 --- a/packages/next-swc/crates/emotion/Cargo.toml +++ b/packages/next-swc/crates/emotion/Cargo.toml @@ -20,12 +20,12 @@ serde = "1" sourcemap = "6.0.1" swc_atoms = "0.4.8" swc_common = { version = "0.27.11", features = ["concurrent", "sourcemap"] } -swc_ecmascript = { version = "0.189.3", features = ["codegen", "utils", "visit"] } +swc_ecmascript = { version = "0.189.4", features = ["codegen", "utils", "visit"] } swc_trace_macro = "0.1.2" tracing = { version = "0.1.32", features = ["release_max_level_info"] } [dev-dependencies] -swc_ecma_transforms_testing = "0.105.4" +swc_ecma_transforms_testing = "0.105.5" testing = "0.29.4" serde_json = "1" -swc_ecma_transforms_react = "0.141.3" +swc_ecma_transforms_react = "0.141.4" diff --git a/packages/next-swc/crates/modularize_imports/Cargo.toml b/packages/next-swc/crates/modularize_imports/Cargo.toml index 576f6bef65900..82f19725e0b72 100644 --- a/packages/next-swc/crates/modularize_imports/Cargo.toml +++ b/packages/next-swc/crates/modularize_imports/Cargo.toml @@ -16,8 +16,8 @@ once_cell = "1.13.0" regex = "1.5" serde = "1" swc_cached = "0.3.5" -swc_ecmascript = { version = "0.189.3", features = ["visit"] } +swc_ecmascript = { version = "0.189.4", features = ["visit"] } [dev-dependencies] -swc_ecma_transforms_testing = "0.105.4" +swc_ecma_transforms_testing = "0.105.5" testing = "0.29.4" diff --git a/packages/next-swc/crates/napi/Cargo.toml b/packages/next-swc/crates/napi/Cargo.toml index d41ab90f1ab04..e05340a4034fe 100644 --- a/packages/next-swc/crates/napi/Cargo.toml +++ b/packages/next-swc/crates/napi/Cargo.toml @@ -33,13 +33,13 @@ next-swc = {version = "0.0.0", path = "../core"} once_cell = "1.13.0" serde = "1" serde_json = "1" -swc = "0.214.8" +swc = "0.214.9" swc_atoms = "0.4.8" -swc_bundler = { version = "0.177.3", features = ["concurrent"] } +swc_bundler = { version = "0.177.4", features = ["concurrent"] } swc_common = { version = "0.27.11", features = ["concurrent", "sourcemap"] } swc_ecma_loader = { version = "0.39.4", features = ["node", "lru"] } -swc_ecmascript = { version = "0.189.3", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } -swc_plugin_runner = { version = "0.71.14", optional = true } +swc_ecmascript = { version = "0.189.4", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } +swc_plugin_runner = { version = "0.71.15", optional = true } swc_node_base = "0.5.5" tracing = { version = "0.1.32", features = ["release_max_level_info"] } tracing-futures = "0.2.5" diff --git a/packages/next-swc/crates/styled_components/Cargo.toml b/packages/next-swc/crates/styled_components/Cargo.toml index b9dba3b2b17ec..ca0943ff27781 100644 --- a/packages/next-swc/crates/styled_components/Cargo.toml +++ b/packages/next-swc/crates/styled_components/Cargo.toml @@ -17,11 +17,11 @@ regex = {version = "1.5.4", features = ["std", "perf"], default-features = false serde = {version = "1.0.130", features = ["derive"]} swc_atoms = "0.4.8" swc_common = { version = "0.27.11", features = ["concurrent"] } -swc_ecmascript = { version = "0.189.3", features = ["utils", "visit"] } +swc_ecmascript = { version = "0.189.4", features = ["utils", "visit"] } tracing = "0.1.32" [dev-dependencies] serde_json = "1" -swc_ecma_transforms_testing = "0.105.4" -swc_ecmascript = { version = "0.189.3", features = ["parser", "transforms"] } +swc_ecma_transforms_testing = "0.105.5" +swc_ecmascript = { version = "0.189.4", features = ["parser", "transforms"] } testing = "0.29.4" diff --git a/packages/next-swc/crates/styled_jsx/Cargo.toml b/packages/next-swc/crates/styled_jsx/Cargo.toml index 51f8913533b52..271b2de1eaf6b 100644 --- a/packages/next-swc/crates/styled_jsx/Cargo.toml +++ b/packages/next-swc/crates/styled_jsx/Cargo.toml @@ -14,9 +14,9 @@ easy-error = "1.0.0" swc_common = { version = "0.27.11", features = ["concurrent", "sourcemap"] } swc_css = "0.120.0" swc_css_prefixer = "0.117.0" -swc_ecmascript = { version = "0.189.3", features = ["parser", "minifier", "utils", "visit"] } +swc_ecmascript = { version = "0.189.4", features = ["parser", "minifier", "utils", "visit"] } tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_testing = "0.105.4" +swc_ecma_transforms_testing = "0.105.5" testing = "0.29.4" diff --git a/packages/next-swc/crates/wasm/Cargo.toml b/packages/next-swc/crates/wasm/Cargo.toml index c8db6d81337e7..81c7acfcea832 100644 --- a/packages/next-swc/crates/wasm/Cargo.toml +++ b/packages/next-swc/crates/wasm/Cargo.toml @@ -25,10 +25,10 @@ parking_lot_core = "=0.8.0" path-clean = "0.1" serde = {version = "1", features = ["derive"]} serde_json = "1" -swc = "0.214.8" +swc = "0.214.9" swc_common = { version = "0.27.11", features = ["concurrent", "sourcemap"] } -swc_ecmascript = { version = "0.189.3", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } -swc_plugin_runner = { version = "0.71.14", default-features = false, optional = true } +swc_ecmascript = { version = "0.189.4", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] } +swc_plugin_runner = { version = "0.71.15", default-features = false, optional = true } tracing = { version = "0.1.32", features = ["release_max_level_off"] } wasm-bindgen = {version = "0.2", features = ["serde-serialize", "enable-interning"]} wasm-bindgen-futures = "0.4.8"