Skip to content

Commit

Permalink
fix: upgrade ucanto libs (#55)
Browse files Browse the repository at this point in the history
Upgrade ucanto libs so that w3up can use all the same and make types
happy
  • Loading branch information
vasco-santos authored Apr 4, 2024
1 parent 911088f commit a8b4546
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@ucanto/core": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@ucanto/core": "^10.0.0",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/content-claims": "file:../core",
"carstream": "^1.0.2",
"dotenv": "^16.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@
}
},
"dependencies": {
"@ucanto/client": "^9.0.0",
"@ucanto/server": "^9.0.1",
"@ucanto/transport": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/client": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@ucanto/transport": "^9.1.1",
"@ucanto/interface": "^10.0.0",
"carstream": "^1.0.2",
"multiformats": "^12.0.1"
},
"devDependencies": {
"@ipld/dag-cbor": "^9.0.3",
"@ucanto/principal": "^9.0.0",
"@ucanto/principal": "^9.0.1",
"cardex": "^2.3.0",
"entail": "^2.1.1",
"lnmap": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/util-dynamodb": "^3.365.0",
"@sentry/serverless": "^7.57.0",
"@ucanto/core": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/server": "^9.0.1",
"@ucanto/transport": "^9.0.0",
"@ucanto/core": "^10.0.0",
"@ucanto/principal": "^9.0.1",
"@ucanto/server": "^10.0.0",
"@ucanto/transport": "^9.1.1",
"cardex": "^2.3.2",
"carstream": "^1.1.1",
"multiformats": "^12.0.1",
Expand Down

0 comments on commit a8b4546

Please sign in to comment.