Skip to content

Commit

Permalink
fix(deps): update trpc monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2022
1 parent 5e42c96 commit 22096cb
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 @@ -16,10 +16,10 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.1",
"@trpc/client": "9.27.4",
"@trpc/next": "9.27.4",
"@trpc/client": "10.4.3",
"@trpc/next": "10.4.3",
"@trpc/react": "9.27.4",
"@trpc/server": "9.27.4",
"@trpc/server": "10.4.3",
"jose": "4.11.1",
"next": "13.0.2",
"react": "18.2.0",
Expand Down
27 changes: 12 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,19 +970,16 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==

"@trpc/[email protected]":
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/[email protected]":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.4.3.tgz#a0d9963481ac3ac6f3939f827654cdaa3a0c5fda"
integrity sha512-VMdyLHr6PG2FlMxnbPt/6jniDBxv3Ys1hFhk0AriFDD9h4Lg9fznwGn5RI1eV5RCOAoCQ/+ZwPMSKOMBhiycTw==

"@trpc/next@9.27.4":
version "9.27.4"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-9.27.4.tgz#55c0b5997421855a42333c5f4e93463e9c5bf522"
integrity sha512-QY7eT37hIjHmtqOSEfx4IvZXOGHozIQ6B0MQ3+olmpMpTrygcYi4mFiurPV8Txh1iLa5mgBoJ1ZepLaSc0qzkg==
"@trpc/next@10.4.3":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.4.3.tgz#9ae8c50a79c90ea3e3b102c63f52b6f56b97bc35"
integrity sha512-H4sM3lrtA2seFFkgXcW3ZQLCqGS7YqJNYDQx8FOlvcoH+klmQ+UNNgurdP2R/i50nGFwc4aN9kENrsvq0xfH5A==
dependencies:
"@babel/runtime" "^7.9.0"
react-ssr-prepass "^1.5.0"

"@trpc/[email protected]":
Expand All @@ -992,10 +989,10 @@
dependencies:
"@babel/runtime" "^7.9.0"

"@trpc/server@9.27.4":
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.4.3":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.4.3.tgz#8db5dc9a5082feea593d58b845ceef6a1adaf3d9"
integrity sha512-U+TVFtMUnySUfKHXjdpdZdFS268naGafbjQiG/H7t0OKpiLnbJ4IhgyYzj82Hvghb6Ow9E+UTNt6ALP7KoN4/g==

"@types/aria-query@^4.2.0":
version "4.2.2"
Expand Down

0 comments on commit 22096cb

Please sign in to comment.