Skip to content

Commit

Permalink
fix: ensure @ucanto/server depends on v8 deps (#313)
Browse files Browse the repository at this point in the history
because of the way release-please releases deps, `@ucanto/[email protected]` depends on `@ucanto/validator@7` which gives downstream deps nightmares

bumping these deps like this will trigger a new `@ucanto/server` release which will only depend on `ucanto@8` deps
  • Loading branch information
Travis Vachon authored May 23, 2023
1 parent 12c1020 commit 54268cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/core": "workspace:^",
"@ucanto/interface": "workspace:^",
"@ucanto/validator": "workspace:^"
"@ucanto/core": "workspace:^8",
"@ucanto/interface": "workspace:^8",
"@ucanto/validator": "workspace:^8"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.1",
"@ucanto/client": "workspace:^",
"@ucanto/principal": "workspace:^",
"@ucanto/transport": "workspace:^",
"@ucanto/client": "workspace:^8",
"@ucanto/principal": "workspace:^8",
"@ucanto/transport": "workspace:^8",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.13.0",
Expand Down
12 changes: 6 additions & 6 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 54268cd

Please sign in to comment.