Skip to content

Commit

Permalink
Update trpc monorepo to v10.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 1a6be28 commit 39154bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@prisma/client": "^4.5.0",
"@tanstack/react-query": "^4.10.0",
"@tanstack/react-table": "^8.5.21",
"@trpc/client": "10.0.0-rc.0",
"@trpc/next": "10.0.0-rc.0",
"@trpc/react-query": "10.0.0-rc.0",
"@trpc/server": "10.0.0-rc.0",
"@trpc/client": "10.43.0",
"@trpc/next": "10.43.0",
"@trpc/react-query": "10.43.0",
"@trpc/server": "10.43.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"next": "13.0.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,27 +225,27 @@
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.5.21.tgz#374911075adec084274ede947a38cd1becb57384"
integrity sha512-e5hDtr3OxP6lOOieMbYnUwvQbavACYvqIArGY0WIF0W7jAjeIkvjgC7lxRyKoW8hJrPC5GCKHW5RjoNel+IeGA==

"@trpc/client@10.0.0-rc.0":
version "10.0.0-rc.0"
resolved "https://registry.npmjs.org/@trpc/client/-/client-10.0.0-rc.0.tgz"
integrity sha512-JqOE1GRwao1mp3UtY2AVB8iIMMryRMSwAJWZ/wMCI0UCuQn+Px6OSQx5OLvs9Yh8DR6QLJmvDOrx6/OT3fG/iQ==
"@trpc/client@10.43.0":
version "10.43.0"
resolved "https://registry.yarnpkg.com/@trpc/client/-/client-10.43.0.tgz#b99dadc064c3d8352dc66c5cdf9ed75cd94cf3c6"
integrity sha512-8LbSpPHmIseb/Ke+GzL45y0itkKunGQWfxqHf2uy69RSRvER0vj+Gu67L8YD86FBgc/nsX/6GBuJiUet5lIDIw==

"@trpc/next@10.0.0-rc.0":
version "10.0.0-rc.0"
resolved "https://registry.npmjs.org/@trpc/next/-/next-10.0.0-rc.0.tgz"
integrity sha512-olZwWzNCSumvqmv8I1iDuaLLX5Bvo/DRW0H9tsfzaVTtEVYooWx+x2xEGZEFmlTzOPZ0/s4ZBFaM8I/WMQY3aA==
"@trpc/next@10.43.0":
version "10.43.0"
resolved "https://registry.yarnpkg.com/@trpc/next/-/next-10.43.0.tgz#5be72862d3fe5a99536c1e7f35f56eafdd324e95"
integrity sha512-yakRlkvf6+uc3igYZi8nPkppJ8jFaCyd/7kvSckgsdLC8ofM+N9rrBkfqdfS5Pd53awkK/MMK8js9v/vabKb6A==
dependencies:
react-ssr-prepass "^1.5.0"

"@trpc/react-query@10.0.0-rc.0":
version "10.0.0-rc.0"
resolved "https://registry.npmjs.org/@trpc/react-query/-/react-query-10.0.0-rc.0.tgz"
integrity sha512-FCCz0gfY+GUMZUOGsSV2Q4rP3KU2E43amxYo3g4pdG8d10hDrgZPruzRGyGNCL3oYjj7oDUoe+DcoDY+qOPwgg==
"@trpc/react-query@10.43.0":
version "10.43.0"
resolved "https://registry.yarnpkg.com/@trpc/react-query/-/react-query-10.43.0.tgz#e2e9c3e78e55051ac3d45a34cf4c966835cd338f"
integrity sha512-5+pBnnV9QqnwpO5Li9T60hXHylV1USEjFkRjrnd7mJul/t2dKxs5ouv+YDRnOJ36oD9wDki5lBGk2sOgFrzGUw==

"@trpc/server@10.0.0-rc.0":
version "10.0.0-rc.0"
resolved "https://registry.npmjs.org/@trpc/server/-/server-10.0.0-rc.0.tgz"
integrity sha512-rLVnHrhrTM4xBheIfqtH1QojgWRCOSbJRw7wr6SVB3yRjCCsU+AZnSrhchMLuDW7Q59r+x3rpH3Wd6BlkydWWg==
"@trpc/server@10.43.0":
version "10.43.0"
resolved "https://registry.yarnpkg.com/@trpc/server/-/server-10.43.0.tgz#3435feeeb83337b0333a441ff15b181d4bf101f5"
integrity sha512-1/h9KCPkTNNmpN5VKfKO4kPcl/W4Y9VQla4YGg4pydSh/+4b//0IPfvk3Oz4tz/tvWyAUlBKkBVhD3GfDLcAQA==

"@types/js-cookie@^2.2.6":
version "2.2.7"
Expand Down

0 comments on commit 39154bd

Please sign in to comment.