Skip to content

Commit

Permalink
chore: Bump swc_css_* (#6924)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Feb 10, 2023
1 parent 29fee38 commit 75376cd
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 91 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.59.23"
version = "0.59.24"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -350,7 +350,7 @@ swc_css_ast = { optional = true, version = "0.134.2", path
swc_css_codegen = { optional = true, version = "0.144.2", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.109.2", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.21.3", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { optional = true, version = "0.143.3", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.146.2", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.131.2", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.133.2", path = "../swc_css_visit" }
Expand Down
42 changes: 21 additions & 21 deletions crates/swc_css/Cargo.toml
@@ -1,33 +1,33 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS apis for rust"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS apis for rust"
documentation = "https://rustdoc.swc.rs/swc_css/"
edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.149.3"
edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.149.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lib]
bench = false

[features]
compat = ["swc_css_compat"]
compat = ["swc_css_compat"]
minifier = ["swc_css_minifier"]
modules = ["swc_css_modules"]
modules = ["swc_css_modules"]
prefixer = ["swc_css_prefixer"]

[dependencies]
swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"}
swc_css_compat = {version = "0.20.2", path = "../swc_css_compat", optional = true}
swc_css_minifier = {version = "0.109.2", path = "../swc_css_minifier", optional = true}
swc_css_modules = {version = "0.21.3", path = "../swc_css_modules", optional = true}
swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"}
swc_css_prefixer = {version = "0.146.2", path = "../swc_css_prefixer", optional = true}
swc_css_utils = {version = "0.131.2", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.133.2", path = "../swc_css_visit"}
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_compat = { version = "0.20.2", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "0.109.2", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.21.3", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.146.2", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.131.2", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }
2 changes: 1 addition & 1 deletion crates/swc_css_codegen/Cargo.toml
Expand Up @@ -27,6 +27,6 @@ swc_css_utils = { version = "0.131.2", path = "../swc_css_utils" }
swc_common = { version = "0.29.29", path = "../swc_common", features = [
"sourcemap",
] }
swc_css_parser = { version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }
testing = { version = "0.31.31", path = "../testing" }
40 changes: 20 additions & 20 deletions crates/swc_css_compat/Cargo.toml
@@ -1,29 +1,29 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Port of stylis"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Port of stylis"
documentation = "https://rustdoc.swc.rs/swc_css_compat/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.2"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.2"

[lib]
bench = false

[dependencies]
bitflags = "1.3.2"
once_cell = "1.10.0"
serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0.61"
swc_atoms = {version = "0.4.32", path = "../swc_atoms"}
swc_common = {version = "0.29.29", path = "../swc_common"}
swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"}
swc_css_utils = {version = "0.131.2", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.133.2", path = "../swc_css_visit"}
bitflags = "1.3.2"
once_cell = "1.10.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
swc_common = { version = "0.29.29", path = "../swc_common" }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }
swc_css_utils = { version = "0.131.2", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }

[dev-dependencies]
swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"}
testing = {version = "0.31.31", path = "../testing"}
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
testing = { version = "0.31.31", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_css_lints/Cargo.toml
Expand Up @@ -26,5 +26,5 @@ thiserror = "1.0.30"

[dev-dependencies]
serde_json = "1.0.79"
swc_css_parser = { version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
testing = { version = "0.31.31", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_css_minifier/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }
[dev-dependencies]
criterion = "0.3"
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.31.31", path = "../testing" }

Expand Down
38 changes: 19 additions & 19 deletions crates/swc_css_modules/Cargo.toml
@@ -1,30 +1,30 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS modules"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "CSS modules"
documentation = "https://rustdoc.swc.rs/swc_css_modules/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_modules"
repository = "https://github.com/swc-project/swc.git"
version = "0.21.3"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_modules"
repository = "https://github.com/swc-project/swc.git"
version = "0.21.3"

[lib]
bench = false

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

[dependencies]
rustc-hash = "1.1.0"
serde = {version = "1", features = ["derive"]}
swc_atoms = {version = "0.4.32", path = "../swc_atoms"}
swc_common = {version = "0.29.29", path = "../swc_common"}
swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"}
swc_css_visit = {version = "0.133.2", path = "../swc_css_visit"}
rustc-hash = "1.1.0"
serde = { version = "1", features = ["derive"] }
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
swc_common = { version = "0.29.29", path = "../swc_common" }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }

[dev-dependencies]
serde_json = "1"
swc_css_compat = {version = "0.20.2", path = "../swc_css_compat"}
testing = {version = "0.31.31", path = "../testing"}
serde_json = "1"
swc_css_compat = { version = "0.20.2", path = "../swc_css_compat" }
testing = { version = "0.31.31", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc_css_parser/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.2"
version = "0.143.3"

[lib]
bench = false
Expand All @@ -19,7 +19,7 @@ debug = []
bitflags = "1.2.1"
lexical = "6.1.0"
serde = "1.0.127"
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
swc_atoms = { version = "0.4.34", path = "../swc_atoms" }
swc_common = { version = "0.29.29", path = "../swc_common" }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }

Expand Down
40 changes: 20 additions & 20 deletions crates/swc_css_prefixer/Cargo.toml
@@ -1,29 +1,29 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Port of stylis"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Port of stylis"
documentation = "https://rustdoc.swc.rs/swc_stylis/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git"
version = "0.146.2"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git"
version = "0.146.2"

[lib]
bench = false

[dependencies]
once_cell = "1.10.0"
preset_env_base = {version = "0.4.0", path = "../preset_env_base"}
serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0.61"
swc_atoms = {version = "0.4.32", path = "../swc_atoms"}
swc_common = {version = "0.29.29", path = "../swc_common"}
swc_css_ast = {version = "0.134.2", path = "../swc_css_ast"}
swc_css_utils = {version = "0.131.2", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.133.2", path = "../swc_css_visit"}
once_cell = "1.10.0"
preset_env_base = { version = "0.4.0", path = "../preset_env_base" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
swc_common = { version = "0.29.29", path = "../swc_common" }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }
swc_css_utils = { version = "0.131.2", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.133.2", path = "../swc_css_visit" }

[dev-dependencies]
swc_css_codegen = {version = "0.144.2", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.143.2", path = "../swc_css_parser"}
testing = {version = "0.31.31", path = "../testing"}
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
testing = { version = "0.31.31", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_html_minifier/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ swc_common = { version = "0.29.29", path = "../swc_common" }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.144.2", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.109.2", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.96.3", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.129.10", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.166.18", path = "../swc_ecma_minifier" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_runner/Cargo.toml
Expand Up @@ -63,7 +63,7 @@ swc_atoms = { version = "0.4.32", path = '../swc_atoms' }
swc_css_ast = { version = "0.134.2", path = "../swc_css_ast", features = [
"rkyv-impl",
] }
swc_css_parser = { version = "0.143.2", path = "../swc_css_parser" }
swc_css_parser = { version = "0.143.3", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.96.3", path = "../swc_ecma_ast", features = [
"rkyv-impl",
] }
Expand Down

0 comments on commit 75376cd

Please sign in to comment.