Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update swc_core to v0.69.0 #158

Merged
merged 14 commits into from
Mar 13, 2023
Prev Previous commit
Next Next commit
Bump cargo crate: styled_jsx
kdy1 committed Mar 13, 2023
commit 69e670e4ed5c7c97063252eecedccfc283825cca
2 changes: 1 addition & 1 deletion 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/styled-jsx/transform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ description = "AST transforms visitor for styled-jsx"
edition = "2021"
license = "Apache-2.0"
name = "styled_jsx"
version = "0.30.9"
version = "0.30.10"

[features]
custom_transform = ["swc_core/common_concurrent"]