Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 5acadea commit dff8a13
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 55 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
2 changes: 1 addition & 1 deletion examples/basic-vanilla-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron-trpc": "0.6.1",
"vite": "^5.2.11",
"vite": "^6.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit dff8a13

Please sign in to comment.