Skip to content
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
352 changes: 139 additions & 213 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ cid = "0.11"
console_error_panic_hook = { version = "0.1" }
console_log = "1"
derive_more = { version = "2", features = ["from", "into", "display"] }
frc42_dispatch = "10"
frc42_dispatch = "11"
fvm_ipld_encoding = "0.5"
fvm_shared = { version = "~4.7" }
fvm_shared = { version = "~4.8" }
hex = "0.4"
http = { version = "1", optional = true }
k256 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tools]
node = "22"
pnpm = "10.29.3"
cargo-binstall = "1.17.7"
pnpm = "11"
cargo-binstall = "1.19.0"
Comment thread
coderabbitai[bot] marked this conversation as resolved.

# Lint

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "root",
"private": true,
"engines": {
"node": ">=20",
"pnpm": ">=10"
"node": ">=22",
"pnpm": ">=11"
},
"devDependencies": {
"prettier": "^3.8.3",
"tailwindcss": "^3.4.17",
"wrangler": "^4.83.0"
"tailwindcss": "^3.4.19",
"wrangler": "^4.86.0"
},
"scripts": {}
}
Loading
Loading