Skip to content

Commit

Permalink
fix(deps): update trpc monorepo to ^10.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent b125649 commit c359356
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 171 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@noodle/db": "workspace:^",
"@noodle/ui": "workspace:^",
"@tanstack/react-query": "^4.29.19",
"@trpc/client": "^10.33.1",
"@trpc/next": "^10.33.1",
"@trpc/react-query": "^10.33.1",
"@trpc/server": "^10.33.1",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"@vercel/analytics": "^1.0.1",
"next": "13.4.8",
"next-auth": "^4.22.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@noodle/auth": "workspace:^",
"@noodle/db": "workspace:^",
"@trpc/next": "^10.33.1",
"@trpc/server": "^10.33.1",
"@trpc/next": "^10.34.0",
"@trpc/server": "^10.34.0",
"superjson": "^1.12.4",
"zod": "^3.21.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@noodle/api": "workspace:^",
"@tanstack/react-query": "^4.29.19",
"@testing-library/react": "^14.0.0",
"@trpc/client": "^10.33.1",
"@trpc/react-query": "^10.33.1",
"@trpc/client": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"cross-fetch": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit c359356

Please sign in to comment.