Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Feb 9, 2023
1 parent c8c06f1 commit 62ca00e
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
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.29", features = ["concurrent"]}
swc_core = {version = "0.59.14", features = [
swc_core = {git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
4 changes: 2 additions & 2 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.59.14" }
], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
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.59.14" }
], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
testing = "0.31.31"
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.29", features = ["concurrent"] }
swc_core = { version = "0.59.14", features = [
swc_core = { git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
2 changes: 1 addition & 1 deletion 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.29", features = ["concurrent"] }
swc_core = { version = "0.59.14", features = [
swc_core = { git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
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.29", features = ["concurrent"] }
swc_core = { version = "0.59.14", features = [
swc_core = { git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", 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.29", features = ["concurrent"] }
swc_core = { version = "0.59.14", features = [
swc_core = { git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", 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.53.0", path = "./transform"}
swc_common = {version = "0.29.29", features = ["concurrent"]}
swc_core = {version = "0.59.14", features = [
swc_core = {git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
4 changes: 2 additions & 2 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.59.14" }
], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
tracing = "0.1.37"

[dev-dependencies]
Expand All @@ -32,5 +32,5 @@ swc_core = { features = [
"ecma_parser",
"ecma_transforms",
"testing_transform",
], version = "0.59.14" }
], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
testing = "0.31.31"
4 changes: 2 additions & 2 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.30.0", path = "./transform"}
swc_core = {version = "0.59.14", features = [
swc_core = {git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"common",
"ecma_ast",
"ecma_plugin_transform",
Expand All @@ -33,5 +33,5 @@ swc_core = {version = "0.59.14", features = [
tracing = {version = "0.1.37", features = ["release_max_level_off"]}

[dev-dependencies]
swc_core = {features = ["testing_transform"], version = "0.59.14"}
swc_core = {features = ["testing_transform"], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8"}
testing = "0.31.31"
4 changes: 2 additions & 2 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.59.14", features = [
swc_core = { git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"common",
"ecma_ast",
"css_ast",
Expand All @@ -29,4 +29,4 @@ swc_core = { version = "0.59.14", features = [

[dev-dependencies]
testing = "0.31.31"
swc_core = { features = ["testing_transform"], version = "0.59.14" }
swc_core = { features = ["testing_transform"], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
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.26.0", path = "./transform"}
serde_json = "1.0.79"
swc_common = {version = "0.29.29", features = ["concurrent"]}
swc_core = {version = "0.59.14", features = [
swc_core = {git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8", features = [
"ecma_plugin_transform",
"ecma_utils",
"ecma_visit",
Expand Down
4 changes: 2 additions & 2 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.59.14" }
], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }

[dev-dependencies]
swc_core = { features = ["testing_transform", "ecma_parser"], version = "0.59.14" }
swc_core = { features = ["testing_transform", "ecma_parser"], git = "https://github.com/swc-project/swc.git", rev = "8b5b0be8" }
testing = "0.31.31"

0 comments on commit 62ca00e

Please sign in to comment.