Skip to content

Commit

Permalink
build(cargo): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Dec 17, 2022
1 parent 75e870d commit d4d7fb4
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 55 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
serde = "1"
serde_json = "1.0.79"
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
6 changes: 3 additions & 3 deletions packages/emotion/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ swc_core = { features = [
"ecma_utils",
"ecma_visit",
"trace_macro",
], version = "0.48.12" }
], version = "0.48.29" }
tracing = {version = "0.1.37", features = ["release_max_level_info"]}

[dev-dependencies]
serde_json = "1"
swc_core = { features = [
"testing_transform",
"ecma_transforms_react",
], version = "0.48.12" }
testing = "0.31.24"
], version = "0.48.29" }
testing = "0.31.25"
2 changes: 1 addition & 1 deletion packages/jest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
phf = { version = "0.10.0", features = ["macros"] }
serde = { version = "1.0.130", features = ["derive"] }
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
4 changes: 2 additions & 2 deletions packages/loadable-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ once_cell = "1.13.1"
regex = "1.6.0"
serde_json = "1.0.79"
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand All @@ -26,4 +26,4 @@ swc_core = { version = "0.48.12", features = [
tracing = { version = "0.1.37", features = ["release_max_level_off"] }

[dev-dependencies]
testing = "0.31.24"
testing = "0.31.25"
2 changes: 1 addition & 1 deletion packages/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ regex = "1.5"
serde = "1"
serde_json = "1"
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
styled_components = { version = "0.52.0", path = "./transform" }
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
6 changes: 3 additions & 3 deletions packages/styled-components/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swc_core = { features = [
"ecma_ast",
"ecma_utils",
"ecma_visit",
], version = "0.48.12" }
], version = "0.48.29" }
tracing = "0.1.37"

[dev-dependencies]
Expand All @@ -32,5 +32,5 @@ swc_core = { features = [
"ecma_parser",
"ecma_transforms",
"testing_transform",
], version = "0.48.12" }
testing = "0.31.24"
], version = "0.48.29" }
testing = "0.31.25"
6 changes: 3 additions & 3 deletions packages/styled-jsx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ custom_transform = ["swc_core/common_concurrent"]
[dependencies]
easy-error = "1.0.0"
styled_jsx = { version = "0.29.0", path = "./transform" }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"common",
"ecma_ast",
"css_ast",
Expand All @@ -32,5 +32,5 @@ swc_core = { version = "0.48.12", features = [
tracing = { version = "0.1.37", features = ["release_max_level_off"] }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.48.12" }
testing = "0.31.24"
swc_core = { features = ["testing_transform"], version = "0.48.29" }
testing = "0.31.25"
6 changes: 3 additions & 3 deletions packages/styled-jsx/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ custom_transform = ["swc_core/common_concurrent"]
easy-error = "1.0.0"
tracing = "0.1.37"

swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"common",
"ecma_ast",
"css_ast",
Expand All @@ -28,5 +28,5 @@ swc_core = { version = "0.48.12", features = [
] }

[dev-dependencies]
testing = "0.31.24"
swc_core = { features = ["testing_transform"], version = "0.48.12" }
testing = "0.31.25"
swc_core = { features = ["testing_transform"], version = "0.48.29" }
2 changes: 1 addition & 1 deletion packages/transform-imports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
modularize_imports = { version = "0.25.0", path = "./transform" }
serde_json = "1.0.79"
swc_common = { version = "0.29.23", features = ["concurrent"] }
swc_core = { version = "0.48.12", features = [
swc_core = { version = "0.48.29", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
6 changes: 3 additions & 3 deletions packages/transform-imports/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ swc_core = { features = [
"cached",
"ecma_ast",
"ecma_visit",
], version = "0.48.12" }
], version = "0.48.29" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.48.12" }
testing = "0.31.24"
swc_core = { features = ["testing_transform"], version = "0.48.29" }
testing = "0.31.25"

0 comments on commit d4d7fb4

Please sign in to comment.