Skip to content

Commit

Permalink
Update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 9, 2022
1 parent 076c0ae commit d93d7b8
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 125 deletions.
180 changes: 90 additions & 90 deletions packages/next-swc/Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -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.199.0"
swc = "0.203.0"
swc_atoms = "0.2.13"
swc_common = { version = "0.20.2", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.32.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.175.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.59.0", optional = true, default-features = false }
swc_common = { version = "0.22.0", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.34.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.178.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.62.0", optional = true, default-features = false }
swc_cached = "0.1.1"
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.96.0"
testing = "0.22.0"
swc_ecma_transforms_testing = "0.98.0"
testing = "0.24.0"
walkdir = "2.3.2"
8 changes: 4 additions & 4 deletions packages/next-swc/crates/emotion/Cargo.toml
Expand Up @@ -19,11 +19,11 @@ regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.2.13"
swc_common = { version = "0.20.2", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.175.0", features = ["codegen", "utils", "visit"] }
swc_common = { version = "0.22.0", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.178.0", features = ["codegen", "utils", "visit"] }
swc_trace_macro = "0.1.1"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.96.0"
testing = "0.22.0"
swc_ecma_transforms_testing = "0.98.0"
testing = "0.24.0"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/modularize_imports/Cargo.toml
Expand Up @@ -15,8 +15,8 @@ once_cell = "1.13.0"
regex = "1.5"
serde = "1"
swc_cached = "0.1.1"
swc_ecmascript = { version = "0.175.0", features = ["visit"] }
swc_ecmascript = { version = "0.178.0", features = ["visit"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.96.0"
testing = "0.22.0"
swc_ecma_transforms_testing = "0.98.0"
testing = "0.24.0"
12 changes: 6 additions & 6 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -33,13 +33,13 @@ next-swc = {version = "0.0.0", path = "../core"}
once_cell = "1.13.0"
serde = "1"
serde_json = "1"
swc = "0.199.0"
swc = "0.203.0"
swc_atoms = "0.2.13"
swc_bundler = { version = "0.164.0", features = ["concurrent"] }
swc_common = { version = "0.20.2", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.32.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.175.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.59.0", optional = true }
swc_bundler = { version = "0.167.0", features = ["concurrent"] }
swc_common = { version = "0.22.0", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.34.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.178.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.62.0", optional = true }
swc_node_base = "0.5.5"
tracing = { version = "0.1.32", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/next-swc/crates/styled_components/Cargo.toml
Expand Up @@ -16,12 +16,12 @@ once_cell = "1.13.0"
regex = {version = "1.5.4", features = ["std", "perf"], default-features = false}
serde = {version = "1.0.130", features = ["derive"]}
swc_atoms = "0.2.13"
swc_common = { version = "0.20.2", features = ["concurrent"] }
swc_ecmascript = { version = "0.175.0", features = ["utils", "visit"] }
swc_common = { version = "0.22.0", features = ["concurrent"] }
swc_ecmascript = { version = "0.178.0", features = ["utils", "visit"] }
tracing = "0.1.32"

[dev-dependencies]
serde_json = "1"
swc_ecma_transforms_testing = "0.96.0"
swc_ecmascript = { version = "0.175.0", features = ["parser", "transforms"] }
testing = "0.22.0"
swc_ecma_transforms_testing = "0.98.0"
swc_ecmascript = { version = "0.178.0", features = ["parser", "transforms"] }
testing = "0.24.0"
12 changes: 6 additions & 6 deletions packages/next-swc/crates/styled_jsx/Cargo.toml
Expand Up @@ -11,12 +11,12 @@ version = "0.10.0"

[dependencies]
easy-error = "1.0.0"
swc_common = { version = "0.20.2", features = ["concurrent", "sourcemap"] }
swc_css = "0.108.0"
swc_css_prefixer = "0.104.0"
swc_ecmascript = { version = "0.175.0", features = ["parser", "minifier", "utils", "visit"] }
swc_common = { version = "0.22.0", features = ["concurrent", "sourcemap"] }
swc_css = "0.110.0"
swc_css_prefixer = "0.106.0"
swc_ecmascript = { version = "0.178.0", features = ["parser", "minifier", "utils", "visit"] }
tracing = "0.1.32"

[dev-dependencies]
swc_ecma_transforms_testing = "0.96.0"
testing = "0.22.0"
swc_ecma_transforms_testing = "0.98.0"
testing = "0.24.0"
8 changes: 4 additions & 4 deletions packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -25,10 +25,10 @@ parking_lot_core = "=0.8.0"
path-clean = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
swc = "0.199.0"
swc_common = { version = "0.20.2", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.175.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.59.0", default-features = false, optional = true }
swc = "0.203.0"
swc_common = { version = "0.22.0", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.178.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_plugin_runner = { version = "0.62.0", default-features = false, optional = true }
tracing = { version = "0.1.32", features = ["release_max_level_off"] }
wasm-bindgen = {version = "0.2", features = ["serde-serialize"]}
wasm-bindgen-futures = "0.4.8"
Expand Down

0 comments on commit d93d7b8

Please sign in to comment.