Skip to content

Commit

Permalink
chore: bump peerDependencies between @trpc/* packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jan 7, 2023
1 parent 209c285 commit 14a18a7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"update-deps": "taze -w && pnpm i"
},
"peerDependencies": {
"@trpc/client": "^10.0.0",
"@trpc/server": "^10.0.0"
"@trpc/client": "^10.8.0",
"@trpc/server": "^10.8.0"
},
"dependencies": {
"h3": "^1.0.2",
Expand All @@ -46,8 +46,8 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@trpc/client": "^10.6.0",
"@trpc/server": "^10.6.0",
"@trpc/client": "^10.8.1",
"@trpc/server": "^10.8.1",
"bumpp": "^8.2.1",
"concurrently": "^7.6.0",
"eslint": "^8.30.0",
Expand Down
22 changes: 18 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 14a18a7

Please sign in to comment.