Skip to content

Commit

Permalink
try to update packages, failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Jun 5, 2024
1 parent 603252b commit d7943d0
Show file tree
Hide file tree
Showing 8 changed files with 776 additions and 684 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0"
"multiformats": "^13.1.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^9.0.0",
"@ipld/dag-ucan": "^3.2.0",
"@ipld/car": "^5.3.1",
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-ucan": "^3.4.0",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0"
"multiformats": "^13.1.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/dag-ucan": "^3.2.0",
"multiformats": "^11.0.0"
"@ipld/dag-ucan": "^3.4.0",
"multiformats": "^13.1.1"
},
"devDependencies": {
"typescript": "^4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/principal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/dag-ucan": "^3.2.0",
"@ipld/dag-ucan": "^3.4.0",
"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0",
"multiformats": "^13.1.1",
"one-webcrypto": "^1.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
"mocha": "^10.1.0",
"multiformats": "^11.0.0",
"multiformats": "^13.1.1",
"nyc": "^15.1.0",
"playwright-test": "^8.1.1",
"typescript": "^4.9.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^9.0.0",
"@ipld/car": "^5.3.1",
"@ipld/dag-cbor": "^9.2.0",
"@ucanto/core": "workspace:^",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0"
"multiformats": "^13.1.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
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,11 +27,11 @@
"build": "tsc --build"
},
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^8.0.0",
"@ipld/car": "^5.3.1",
"@ipld/dag-cbor": "^9.2.0",
"@ucanto/core": "workspace:^",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0"
"multiformats": "^13.1.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
Loading

0 comments on commit d7943d0

Please sign in to comment.