Skip to content

Commit

Permalink
chore(deps): update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent abef5aa commit 5f8be3d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"

# Must be pinned with the same swc versions
rkyv = { version = "=0.7.42" } # synced with swc wasm plugin
styled_components = { version = "=0.96.8" }
swc_config = { version = "=0.1.12" }
swc_core = { version = "=0.90.31", default-features = false }
swc_ecma_minifier = { version = "=0.192.22", default-features = false }
swc_emotion = { version = "=0.72.8" }
swc_error_reporters = { version = "=0.17.19" }
swc_html = { version = "=0.137.18" }
swc_html_minifier = { version = "=0.134.18" }
swc_node_comments = { version = "=0.20.19" }
styled_components = { version = "=0.96.13" }
swc_config = { version = "=0.1.13" }
swc_core = { version = "=0.92.2", default-features = false }
swc_ecma_minifier = { version = "=0.194.2", default-features = false }
swc_emotion = { version = "=0.72.11" }
swc_error_reporters = { version = "=0.17.20" }
swc_html = { version = "=0.139.0" }
swc_html_minifier = { version = "=0.136.0" }
swc_node_comments = { version = "=0.20.20" }

[profile.dev]
codegen-units = 16 # debug build will cause runtime panic if codegen-unints is default
Expand Down

0 comments on commit 5f8be3d

Please sign in to comment.