Skip to content

Commit

Permalink
chore(deps): update napi to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent 549ab61 commit c495c95
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ anyhow = { version = "1.0.81", features = ["backtrace"] }
async-recursion = { version = "1.1.0" }
async-scoped = { version = "0.9.0" }
async-trait = { version = "0.1.79" }
better_scoped_tls = { version = "0.1.1" }
bitflags = { version = "2.5.0" }
concat-string = "1.0.1"
dashmap = { version = "5.5.3" }
Expand Down Expand Up @@ -47,22 +48,22 @@ ustr = { package = "ustr-fxhash", version = "1.0.0" }
xxhash-rust = { version = "0.8.10" }

# Pinned
napi = { package = "napi-h", version = "=2.16.1" }
napi = { package = "napi-h", version = "=2.16.2" }
napi-build = { version = "2" }
napi-derive = { version = "2" }
tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"] }

# Must be pinned with the same swc versions
rkyv = { version = "=0.7.44" } # synced with swc wasm plugin
styled_components = { version = "=0.96.15" }
swc_config = { version = "=0.1.13" }
swc_core = { version = "0.92.0", default-features = false }
swc_ecma_minifier = { version = "0.194.0", default-features = false }
swc_emotion = { version = "=0.72.13" }
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" }
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" }

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

0 comments on commit c495c95

Please sign in to comment.