Skip to content

Commit

Permalink
Bump napi
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Apr 28, 2022
1 parent cd6dbe9 commit c32f0cc
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 22 deletions.
66 changes: 48 additions & 18 deletions 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/optimizers/image/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = {version = "2.2.0", default-features = false, features = ["napi4", "compat-mode"]}
napi = {version = "2.3.3", default-features = false, features = ["napi4", "compat-mode"]}
napi-derive = "2"
oxipng = "5.0.0"
mozjpeg-sys = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/js/napi/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
napi = {version = "2.2.0", default-features = false, features = ["napi4", "compat-mode", "serde-json"]}
napi = {version = "2.3.3", default-features = false, features = ["napi4", "compat-mode", "serde-json"]}
napi-derive = "2"
parcel-js-swc-core = { path = "../core" }

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/fs-search/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = "2"
napi = "2.3.3"
napi-derive = "2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/hash/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = "2"
napi = "2.3.3"
napi-derive = "2"
xxhash-rust = { version = "0.8.2", features = ["xxh3"] }

Expand Down

0 comments on commit c32f0cc

Please sign in to comment.