Skip to content

Commit

Permalink
Update trpc to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 6492f7d commit fa7de04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@prisma/client": "^5.0.0",
"@trpc/client": "^9.25.3",
"@trpc/next": "^9.25.3",
"@trpc/client": "^10.0.0",
"@trpc/next": "^10.0.0",
"@trpc/react": "^9.25.3",
"@trpc/server": "^9.25.3",
"@trpc/server": "^10.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"next": "^13.0.0",
Expand Down
27 changes: 12 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,16 @@
"@tanstack/query-core" "4.35.3"
use-sync-external-store "^1.2.0"

"@trpc/client@^9.25.3":
version "9.27.4"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-9.27.4.tgz#01942784af5628e615bd6dd6094a16c5f7a7d457"
integrity sha512-NyS3J333xy8PJWGTSKO0egvj3x/s4SaSPx7XDWHf/i51W/i5Fla+sNxYpv+4z+SwE2xyJKszN2EZbvKIW2X/wA==
dependencies:
"@babel/runtime" "^7.9.0"
"@trpc/client@^10.0.0":
version "10.38.3"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.38.3.tgz#42d895cdbbf8359f0c650c53b817f7b412794f5b"
integrity sha512-hHPsElTL4sB+UGzuAZ4iwRVHjELrk/Nsl2owsYw9ITJz3EY7VWRsQ6vK48kJvlHPYPhP+efID5UOgyZMs4bFXA==

"@trpc/next@^9.25.3":
version "9.27.4"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-9.27.4.tgz#55c0b5997421855a42333c5f4e93463e9c5bf522"
integrity sha512-QY7eT37hIjHmtqOSEfx4IvZXOGHozIQ6B0MQ3+olmpMpTrygcYi4mFiurPV8Txh1iLa5mgBoJ1ZepLaSc0qzkg==
"@trpc/next@^10.0.0":
version "10.38.3"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.38.3.tgz#774983bdda459ce40d5591e563d460d311e1240c"
integrity sha512-9dTThNtkcJG2ICzgVHu9zZWkDAnmYi8NOjv3TVNzO1SiWlIbgE4OUiD8xamMiP7A0VS1qZmo5T+5VrQdMDQlVA==
dependencies:
"@babel/runtime" "^7.9.0"
react-ssr-prepass "^1.5.0"

"@trpc/react@^9.25.3":
Expand All @@ -278,10 +275,10 @@
dependencies:
"@babel/runtime" "^7.9.0"

"@trpc/server@^9.25.3":
version "9.27.4"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-9.27.4.tgz#6a3d8df1168a46a2b3e6566ba2c48b2aa2f532c1"
integrity sha512-yw0omUrxGp8+gEAuieZFeXB4bCqFvmyCDL3GOBv+Q6+cK0m5824ViHZKPgK5DYG1ijN/lbi1hP3UVKywPN7rbQ==
"@trpc/server@^10.0.0":
version "10.38.3"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.38.3.tgz#0f0b7c2851239eb6d3d24756193f639a5385d567"
integrity sha512-9s8/kwo2IDB5hwB2SKZZrfevRhdb1f9fdXtIYd3lbQuf2jQaC/LyQuHaIQjDQoUx9updBfsHXcFFPiCP1DL6pg==

"@types/json5@^0.0.29":
version "0.0.29"
Expand Down

0 comments on commit fa7de04

Please sign in to comment.