Skip to content

Commit

Permalink
Update trpc monorepo to v10.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 1c5caaa commit 5f02960
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 39 deletions.
6 changes: 3 additions & 3 deletions examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"electron": "29.3.2",
"electron-trpc": "0.7.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/basic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"electron": "29.3.2",
"electron-trpc": "0.7.0",
"react": "^18.2.0",
Expand Down
55 changes: 22 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f02960

Please sign in to comment.