Skip to content

Commit

Permalink
fix: update @ipld/car and @ipld/dag-cbor deps (#120)
Browse files Browse the repository at this point in the history
This is eradicate multiformats@9 from the tree.
  • Loading branch information
Alan Shaw authored Nov 2, 2022
1 parent f8f29ce commit 5dcd7a5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-ucan": "^2.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^3.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^3.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
Expand All @@ -37,8 +37,8 @@
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^3.0.0",
"@ucanto/client": "^3.0.0",
"@ucanto/principal": "^3.0.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
Expand Down
39 changes: 24 additions & 15 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 5dcd7a5

Please sign in to comment.