Skip to content

Commit

Permalink
chore: move back to ^ interface deps
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed May 22, 2023
1 parent 12c1020 commit 943be56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "workspace:^8",
"@ucanto/interface": "workspace:^",
"@ucanto/core": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ipld/dag-ucan": "^3.3.2",
"@noble/ed25519": "^1.7.3",
"@ucanto/interface": "workspace:^8",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0",
"one-webcrypto": "^1.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@ucanto/core": "workspace:^",
"@ucanto/interface": "workspace:^8"
"@ucanto/interface": "workspace:^"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ipld/car": "^5.1.0",
"@ipld/dag-cbor": "^9.0.0",
"@ucanto/core": "workspace:^",
"@ucanto/interface": "workspace:^8",
"@ucanto/interface": "workspace:^",
"multiformats": "^11.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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 943be56

Please sign in to comment.