Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #34

Merged
merged 2 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ crate-type = ["cdylib"]

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.16.8", default-features = false, features = [
napi = { version = "2.16.10", default-features = false, features = [
"napi4",
"async",
] }
napi-derive = "2.16.10"
once_cell = "1.19.0"
napi-derive = "2.16.12"
once_cell = "1.20.0"
base64 = "0.22.1"
x-win = { path = "./x-win-rs" }

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"ava": "^6.1.3",
"husky": "^9.1.4"
"husky": "^9.1.6"
},
"ava": {
"timeout": "3m",
Expand Down
16 changes: 8 additions & 8 deletions x-win-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "x_win"
path = "src/lib.rs"

[dependencies]
once_cell = "1.19.0"
once_cell = "1.20.0"
base64 = "0.22.1"

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down Expand Up @@ -42,14 +42,14 @@ png = "0.17.13"
xcb = { version = "1.4.0" }
x11 = { version = "2.21.0", features = ["xlib"], optional = true }
zbus = { version = "1.9.2" }
serde_json = { version = "1.0.122" }
serde_json = { version = "1.0.128" }
image = "0.25.2"

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25.0"
libc = "0.2.155"
cocoa-foundation = "0.1.2"
core-foundation = "0.9.4"
core-foundation-sys = "0.8.6"
core-graphics = "0.23.2"
cocoa = "0.26.0"
libc = "0.2.158"
cocoa-foundation = "0.2.0"
core-foundation = "0.10.0"
core-foundation-sys = "0.8.7"
core-graphics = "0.24.0"
objc = "0.2.7"
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __metadata:
dependencies:
"@napi-rs/cli": "npm:^2.18.4"
ava: "npm:^6.1.3"
husky: "npm:^9.1.4"
husky: "npm:^9.1.6"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -760,12 +760,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^9.1.4":
version: 9.1.4
resolution: "husky@npm:9.1.4"
"husky@npm:^9.1.6":
version: 9.1.6
resolution: "husky@npm:9.1.6"
bin:
husky: bin.js
checksum: 10c0/f5185003bef9ad9ec3f40e821963e4c12409b993fdcab89e3d660bed7d8c9d8bfd399f05222e27e0ead6589601fb1bb08d1a589c51751a4ab0547ead3429b8de
checksum: 10c0/705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
languageName: node
linkType: hard

Expand Down
Loading