Skip to content

Commit

Permalink
fix: Use Ucanto 10 across the board (#140)
Browse files Browse the repository at this point in the history
[Ucanto 10 added support for embedded
effects.](storacha/ucanto#347) That's why
uploads have been failing: we're still on 9 in some places.

The whole way we load things here needs an overhaul: we have multiple
instances of some packages where it only makes sense to have one, and to
piece things together as peer dependencies. But that's a huge thing to
solve, so for now, brute force it by just making sure everything is up
to date.
  • Loading branch information
Peeja authored Oct 22, 2024
1 parent b2135e0 commit 3201ebc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 44 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@ipld/car": "^5.2.4",
"@ipld/dag-json": "^10.2.2",
"@ipld/dag-ucan": "^3.4.0",
"@ucanto/client": "^9.0.0",
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/transport": "^9.1.1",
"@w3ui/react": "2.5.0",
"@web3-storage/access": "^19.0.0",
"@web3-storage/capabilities": "^17.3.0",
Expand Down
53 changes: 13 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3201ebc

Please sign in to comment.