Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 26, 2024
1 parent e29821d commit a6c67cf
Show file tree
Hide file tree
Showing 20 changed files with 319 additions and 319 deletions.
36 changes: 18 additions & 18 deletions packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[package]
authors = { workspace = true }
description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_emotion"
publish = false
repository = { workspace = true }
authors = { workspace = true }
description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_emotion"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.18.5"
version = "0.18.5"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
serde = "1"
serde_json = "1.0.79"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_emotion = { path = "./transform" }
serde = "1"
serde_json = "1.0.79"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_emotion = { path = "./transform" }
swc_plugin_macro = "0.9.16"
swc_plugin_proxy = "0.41.5"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
54 changes: 27 additions & 27 deletions packages/emotion/transform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
[package]
authors = { workspace = true }
description = "AST Transforms for emotion"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_emotion"
repository = { workspace = true }
authors = { workspace = true }
description = "AST Transforms for emotion"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_emotion"
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.72.6"
version = "0.72.6"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.13"
byteorder = "1"
fxhash = "0.2.1"
once_cell = "1.13.0"
radix_fmt = "1"
regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.6.5"
swc_common = "0.33.19"
swc_ecma_ast = "0.112.5"
base64 = "0.13"
byteorder = "1"
fxhash = "0.2.1"
once_cell = "1.13.0"
radix_fmt = "1"
regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.6.5"
swc_common = "0.33.19"
swc_ecma_ast = "0.112.5"
swc_ecma_codegen = "0.148.11"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_trace_macro = "0.1.3"
tracing = { version = "0.1.37" }
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_trace_macro = "0.1.3"
tracing = { version = "0.1.37" }

[dev-dependencies]
serde_json = "1"
swc_ecma_parser = "0.143.9"
swc_ecma_transforms_react = "0.183.16"
serde_json = "1"
swc_ecma_parser = "0.143.9"
swc_ecma_transforms_react = "0.183.16"
swc_ecma_transforms_testing = "0.140.15"
testing = "0.35.20"
testing = "0.35.20"
34 changes: 17 additions & 17 deletions packages/jest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[package]
authors = { workspace = true }
description = "Jest plugin for https://swc.rs"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_jest"
publish = false
repository = { workspace = true }
authors = { workspace = true }
description = "Jest plugin for https://swc.rs"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_jest"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.31.4"
version = "0.31.4"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
phf = { version = "0.10.0", features = ["macros"] }
serde = { version = "1.0.130", features = ["derive"] }
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
phf = { version = "0.10.0", features = ["macros"] }
serde = { version = "1.0.130", features = ["derive"] }
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
18 changes: 9 additions & 9 deletions packages/loadable-components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]

authors = { workspace = true }
description = "SWC plugin for `@loadable/components`"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_loadable_components"
publish = false
repository = { workspace = true }
authors = { workspace = true }
description = "SWC plugin for `@loadable/components`"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_loadable_components"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.18.4"
version = "0.18.4"


[lib]
Expand Down
28 changes: 14 additions & 14 deletions packages/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
description = "Noop plugin for debugging."


authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_noop"
publish = false
repository = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_noop"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.18.4"
version = "0.18.4"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
34 changes: 17 additions & 17 deletions packages/react-remove-properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties"


authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_react_remove_properties"
publish = false
repository = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_react_remove_properties"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.19.4"
version = "0.19.4"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
react_remove_properties = { path = "./transform" }
serde_json = "1.0.79"
swc_cached = "0.3.19"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
serde_json = "1.0.79"
swc_cached = "0.3.19"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_plugin_macro = "0.9.16"
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
28 changes: 14 additions & 14 deletions packages/react-remove-properties/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ description = "AST Transforms for import modularizer"

name = "react_remove_properties"

authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.24.5"
version = "0.24.5"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1", features = ["derive"] }
swc_atoms = "0.6.5"
swc_cached = "0.3.19"
swc_common = "0.33.19"
swc_ecma_ast = "0.112.5"
serde = { version = "1", features = ["derive"] }
swc_atoms = "0.6.5"
swc_cached = "0.3.19"
swc_common = "0.33.19"
swc_ecma_ast = "0.112.5"
swc_ecma_visit = "0.98.6"

[dev-dependencies]
swc_ecma_parser = "0.143.9"
swc_ecma_transforms_base = "0.137.15"
swc_ecma_parser = "0.143.9"
swc_ecma_transforms_base = "0.137.15"
swc_ecma_transforms_testing = "0.140.15"
testing = "0.35.20"
testing = "0.35.20"
40 changes: 20 additions & 20 deletions packages/relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[package]
authors = { workspace = true }
description = "SWC plugin for relay.dev"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_relay"
publish = false
repository = { workspace = true }
authors = { workspace = true }
description = "SWC plugin for relay.dev"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "swc_plugin_relay"
publish = false
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.7.4"
version = "0.7.4"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
once_cell = "1.8.0"
regex = "1.5"
serde = "1"
serde_json = "1"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
once_cell = "1.8.0"
regex = "1.5"
serde = "1"
serde_json = "1"
swc_common = { version = "0.33.19", features = ["concurrent"] }
swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] }
swc_ecma_ast = "0.112.5"
swc_ecma_utils = "0.127.12"
swc_ecma_visit = "0.98.6"
swc_plugin_macro = "0.9.16"
swc_relay = { path = "./transform" }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }
swc_relay = { path = "./transform" }
tracing = { version = "0.1.37", features = ["release_max_level_off"] }

[dev-dependencies]
Loading

0 comments on commit a6c67cf

Please sign in to comment.