Skip to content

Commit

Permalink
Update dependency electron to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 5acadea commit 0bbce87
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 91 deletions.
2 changes: 1 addition & 1 deletion examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron": "33.1.0",
"electron-trpc": "0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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 @@ -13,7 +13,7 @@
"@trpc/client": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron": "33.1.0",
"electron-trpc": "0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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 @@ -12,7 +12,7 @@
"dependencies": {
"@trpc/client": "10.33.1",
"@trpc/server": "10.33.1",
"electron": "29.3.2",
"electron": "33.1.0",
"electron-trpc": "0.6.1",
"vite": "^5.2.11",
"zod": "^3.21.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vitest/coverage-v8": "^1.6.0",
"builtin-modules": "^4.0.0",
"dts-bundle-generator": "9.5.1",
"electron": "29.3.2",
"electron": "33.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superjson": "^2.2.1",
Expand Down
111 changes: 24 additions & 87 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 0bbce87

Please sign in to comment.