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 10, 2023
1 parent 9ddbd79 commit a3dd8ce
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.14.1"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.14.1.tgz#e30a5c1b7ef17c331f9b35e3401126d6a7b55699"
integrity sha512-cmaRWpDV+uVuyIeaJ8zMiuOzkQlZc9QaArQwvSnCfyYRkFUhWffKVnjZOT88/qAjgJzeYLwdM/I69+ydSmjJQQ==

"@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.14.1"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.14.1.tgz#a1e0b5d0530b56d2fb314951c32b452905ce548d"
integrity sha512-NpRUfltyv1JAXe0gjVblzV3kDTHcCx9925Be8x9085GkJC3VaC+blqS5hrJU5dYnjBY1CNnkyoX/bHwNFYfHKQ==
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.14.1"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.14.1.tgz#923ca6bd23e111052c718a138b3b66969192dd31"
integrity sha512-+xF2j4PITHI2+At7oDnu7clbvG7cn+lZQLJKrIKfJKssAwq8XQ7x39QF4CUd1Ix0TbjSrLwFoCj2lx9jbaSYnQ==

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

0 comments on commit a3dd8ce

Please sign in to comment.