Skip to content

Commit

Permalink
chore: bump swc version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Jul 18, 2023
1 parent b87f4d0 commit 8acb66f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ napi-build = { version = "=2.0.1" }
napi-derive = { version = "=2.12.3" }
napi-sys = { version = "=2.2.3" }
swc_config = { version = "=0.1.7" }
swc_core = { version = "=0.79.11", default-features = false }
swc_core = { version = "=0.79.19", default-features = false }
swc_css = { version = "=0.153.24" }
swc_ecma_minifier = { version = "=0.184.9", default-features = false }
swc_ecma_minifier = { version = "=0.184.16", default-features = false }
swc_emotion = { version = "=0.35.0" }
swc_error_reporters = { version = "=0.15.17" }
swc_html = { version = "=0.127.9" }
swc_html_minifier = { version = "=0.124.9" }
swc_html = { version = "=0.127.16" }
swc_html_minifier = { version = "=0.124.16" }
swc_node_comments = { version = "=0.18.17" }
tikv-jemallocator = { version = "=0.4.3", features = ["disable_initial_exec_tls"] }

Expand Down

0 comments on commit 8acb66f

Please sign in to comment.