Skip to content

Commit

Permalink
bump deps (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 26, 2025
1 parent ad73cec commit 53fc868
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 441 deletions.
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ napi = "2.16.13"
napi-derive = "2.16.13"

[build-dependencies]
napi-build = "2.0.1"
napi-build = "2.1.4"

[target.'cfg(target_os = "linux")'.dependencies]
linux-embedded-hal = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@types/node": "^22.7.5",
"prettier": "3.3.3"
"@types/node": "^22.10.10",
"prettier": "3.4.2"
},
"engines": {
"node": ">= 10"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]

[dependencies]
embedded-hal = "1.0.0"
pyo3 = {version = "0.23.3", features = ["extension-module"]}
pyo3 = {version = "0.23.4", features = ["extension-module"]}

[target.'cfg(target_os = "linux")'.dependencies]
linux-embedded-hal = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/rf24-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ categories = ["embedded", "no-std"]
name = "rf24"

[dependencies]
bitfield-struct = "0.9.2"
defmt = {version = "0.3.8", optional = true}
bitfield-struct = "0.10.0"
defmt = {version = "0.3.10", optional = true}
embedded-hal = "1.0.0"

[dev-dependencies]
Expand Down
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"private": true,
"version": "0.1.0",
"devDependencies": {
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10"
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.3"
},
"license": "MIT",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"version": "0.1.0",
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"prettier": "3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"prettier": "3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"license": "MIT",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"format": "yarn run prettier --write ./ts/*"
},
"dependencies": {
"@types/terminal-kit": "^2.5.6",
"@types/terminal-kit": "^2.5.7",
"ansi-colors": "^4.1.3",
"terminal-kit": "^3.1.1"
"terminal-kit": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version.workspace = true
[dependencies]
rf24-rs = {path = "../../crates/rf24-rs"}
embedded-hal = "1.0.0"
anyhow = {version = "1.0.89", default-features = false }
anyhow = {version = "1.0.95", default-features = false }
linux-embedded-hal = {version = "0.4.0", optional = true}
embassy-rp = {version = "0.2.0", optional = true}
embassy-sync = {version = "0.6.1", optional = true}
Expand Down
607 changes: 183 additions & 424 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 53fc868

Please sign in to comment.