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 Apr 20, 2023
1 parent e3d413e commit 23d1b3a
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 @@ -208,19 +208,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.20.0"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.20.0.tgz#92519c772eb3804acd0ddd313b65e5ad8f5d1619"
integrity sha512-DER42PjIURSl1fwVnBzMWMgo4oxbyA72nIVpOliIpNArDYkZkr7kMfXmap2J7gwaKJNMC/V5xhYc06zG9r/8pQ==

"@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.20.0"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.20.0.tgz#3452f4ec9f4a13127cc88af8206ecd98c284ce65"
integrity sha512-qtLZeaAcLU8N8lvwB9h7i/HlIKbdP5Px6oZf8HQ29a+vBaY8NXTG7Q1BkvHCc/E304xH2KWsgQ6s1sNwSZ5+UQ==
dependencies:
"@babel/runtime" "^7.9.0"
react-ssr-prepass "^1.5.0"

"@trpc/react@^9.25.3":
Expand All @@ -230,10 +227,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.20.0"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.20.0.tgz#40e5083ddef474288b61f9e6678c22b2b9b2581c"
integrity sha512-pbrdgw2mO8lWygyZjGLbOq/EoWFWEJvLaxp8JmGsivMIh/IZR5mksPJdywAGQ4TBrbcqssKhuoJ/8OE9mhaveg==

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

0 comments on commit 23d1b3a

Please sign in to comment.