Skip to content

Commit f525930

Browse files
Update trpc to v10
1 parent d3a697c commit f525930

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"@prisma/client": "^4.0.0",
15-
"@trpc/client": "^9.25.3",
16-
"@trpc/next": "^9.25.3",
15+
"@trpc/client": "^10.0.0",
16+
"@trpc/next": "^10.0.0",
1717
"@trpc/react": "^9.25.3",
18-
"@trpc/server": "^9.25.3",
18+
"@trpc/server": "^10.0.0",
1919
"@types/node": "^18.0.0",
2020
"@types/react": "^18.0.14",
2121
"next": "^13.0.0",

yarn.lock

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,16 @@
204204
dependencies:
205205
tslib "^2.4.0"
206206

207-
"@trpc/client@^9.25.3":
208-
version "9.25.3"
209-
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-9.25.3.tgz#7a0d1a28b98c976479004c34019db7ac17f274e7"
210-
integrity sha512-4R+IK3cCDjoOTwHDyu+uN0bF3mYQI34i6aDNU3D/dJJxcA8PX5f8yb++nnR4RT6oTnu3yiR3PFC4KslvBtyi9w==
211-
dependencies:
212-
"@babel/runtime" "^7.9.0"
207+
"@trpc/client@^10.0.0":
208+
version "10.9.0"
209+
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.9.0.tgz#c6c672ab1b8764ddb2f8f4d8884d5d4c156bc957"
210+
integrity sha512-id6318qpgqllNOuBp7nuciXFPXCe+zae5d4r1hze6Eyp5fFFNO58TqA+4Q44KIcHgpfWyW2egs6iPeql3PrdKA==
213211

214-
"@trpc/next@^9.25.3":
215-
version "9.25.3"
216-
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-9.25.3.tgz#a8703f328074f560574b683483456f3156634e3b"
217-
integrity sha512-eAhPIinDTUiEgiPjChNIcqaPgwn+rJ8HX374fwff/tZXg5OVr3dA7rur2nYyQUWO8LvdiLfUAbTxgtoEB8SPKw==
212+
"@trpc/next@^10.0.0":
213+
version "10.9.0"
214+
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.9.0.tgz#342242be9a3d0ee4ebe5c1e4f4a45c055100a730"
215+
integrity sha512-h/W8VHMki/fw7vHNMs1Ku7bLqccjpiKCE1wkqbvHfBOO1ARDmarRbuK6dLqJilip/f7jkFXcrxwB+eNgK4+6Wg==
218216
dependencies:
219-
"@babel/runtime" "^7.9.0"
220217
react-ssr-prepass "^1.5.0"
221218

222219
"@trpc/react@^9.25.3":
@@ -226,10 +223,10 @@
226223
dependencies:
227224
"@babel/runtime" "^7.9.0"
228225

229-
"@trpc/server@^9.25.3":
230-
version "9.25.3"
231-
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-9.25.3.tgz#a11ef35f872216a84e2c9c76c56d7e95e703c477"
232-
integrity sha512-1LEURCmSGpxx8/0ZtzMpd0hiSB4xGNKJ9DKq6sbPk+bzdACjH9Ujdwca4P6ylxa8HdMel/effwjlCG0Tfx06Lg==
226+
"@trpc/server@^10.0.0":
227+
version "10.9.0"
228+
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.9.0.tgz#e470df429c823858d715b21acd564f9c6f17f0d9"
229+
integrity sha512-5psyZgbvy29pJND32hwkWTMbv6s86IbsPOeDopsgNF0VegZT6Dsijmb7Ub/TDhuJVQVq5u4u5briMXi3SxmBkw==
233230

234231
"@types/color-name@^1.1.1":
235232
version "1.1.1"

0 commit comments

Comments
 (0)