Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent cfdb2e5 commit 80a03d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 52 deletions.
4 changes: 2 additions & 2 deletions examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"build": "vite build"
},
"dependencies": {
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron-trpc": "0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.12.3",
"superjson": "^2.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
Expand Down
61 changes: 12 additions & 49 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 80a03d1

Please sign in to comment.