Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 21, 2023
1 parent 8e195e4 commit cc37ce8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/styled-jsx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1"
swc_common = "0.33.12"
swc_ecma_ast = "0.110.15"
swc_ecma_parser = "0.141.33"
swc_ecma_minifier = "0.189.44"
swc_ecma_minifier = "0.190.3"
swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
Expand Down
12 changes: 6 additions & 6 deletions packages/styled-jsx/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ swc_ecma_utils = "0.125.0"
swc_ecma_visit = "0.96.15"
swc_plugin_macro = "0.9.15"
swc_ecma_parser = "0.141.33"
swc_ecma_minifier = "0.189.44"
swc_css_ast = "0.140.9"
swc_css_codegen = "0.151.15"
swc_css_parser = "0.150.15"
swc_ecma_minifier = "0.190.3"
swc_css_ast = "0.140.13"
swc_css_codegen = "0.151.21"
swc_css_parser = "0.150.20"
swc_css_prefixer = "0.153.23"
swc_css_minifier = "0.116.15"
swc_css_visit = "0.139.9"
swc_css_minifier = "0.116.22"
swc_css_visit = "0.139.13"
preset_env_base = "0.4.9"

[dev-dependencies]
Expand Down

0 comments on commit cc37ce8

Please sign in to comment.