Skip to content

Commit

Permalink
Update trpc monorepo to v10.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2023
1 parent 4b4d481 commit c79ae60
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 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.34.0",
"@trpc/react-query": "10.34.0",
"@trpc/server": "10.34.0",
"electron": "^25.1.1",
"electron-trpc": "0.5.2",
"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.34.0",
"@trpc/react-query": "10.34.0",
"@trpc/server": "10.34.0",
"electron": "^25.1.1",
"electron-trpc": "0.5.2",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "10.33.1",
"@trpc/server": "10.33.1",
"@trpc/client": "10.34.0",
"@trpc/server": "10.34.0",
"@types/debug": "^4.1.8",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.32.2",
Expand Down
56 changes: 28 additions & 28 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 c79ae60

Please sign in to comment.