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 Mar 20, 2023
1 parent 1b9998d commit 616fc63
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": "^4.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 @@ -204,19 +204,16 @@
dependencies:
tslib "^2.4.0"

"@trpc/client@^9.25.3":
version "9.25.3"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-9.25.3.tgz#7a0d1a28b98c976479004c34019db7ac17f274e7"
integrity sha512-4R+IK3cCDjoOTwHDyu+uN0bF3mYQI34i6aDNU3D/dJJxcA8PX5f8yb++nnR4RT6oTnu3yiR3PFC4KslvBtyi9w==
dependencies:
"@babel/runtime" "^7.9.0"
"@trpc/client@^10.0.0":
version "10.16.0"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.16.0.tgz#665fc51f849808090ed21b3467190b0d1e7089d9"
integrity sha512-Hxxi3mOcUyszosj6xpPDIIBV1TOhXKpZ191BW/60r1lXBAfNrDUWHOTol1Dfu+hpcx4bpj3WRyob5cf+6KeCDA==

"@trpc/next@^9.25.3":
version "9.25.3"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-9.25.3.tgz#a8703f328074f560574b683483456f3156634e3b"
integrity sha512-eAhPIinDTUiEgiPjChNIcqaPgwn+rJ8HX374fwff/tZXg5OVr3dA7rur2nYyQUWO8LvdiLfUAbTxgtoEB8SPKw==
"@trpc/next@^10.0.0":
version "10.16.0"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.16.0.tgz#d02d2fb863ed8c2e2124d27d5e5072cd154298dc"
integrity sha512-2AohDydvvLk2IjnQ1hTnT8cVmLItYf6cFRwJVYnyi35y2DVKXLiIWuKSTzc9xzR5enYFUQJZivXaWx/i0jjcfQ==
dependencies:
"@babel/runtime" "^7.9.0"
react-ssr-prepass "^1.5.0"

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

"@trpc/server@^9.25.3":
version "9.25.3"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-9.25.3.tgz#a11ef35f872216a84e2c9c76c56d7e95e703c477"
integrity sha512-1LEURCmSGpxx8/0ZtzMpd0hiSB4xGNKJ9DKq6sbPk+bzdACjH9Ujdwca4P6ylxa8HdMel/effwjlCG0Tfx06Lg==
"@trpc/server@^10.0.0":
version "10.16.0"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.16.0.tgz#eda8f443852c6fb3791294ac936e49659346b221"
integrity sha512-lCUq7AB7vcgrNbaN+xP/AN62OjKDgrRyG7fTDPv5K633ut7KJ3m57qs60VRBOgp9vow6elAg51pKFFDtPHbTRA==

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down

0 comments on commit 616fc63

Please sign in to comment.