Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent bf2c1a4 commit 5c1f49e
Show file tree
Hide file tree
Showing 4 changed files with 939 additions and 387 deletions.
8 changes: 4 additions & 4 deletions examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.11",
"vite": "^6.0.0",
"vite-plugin-electron": "^0.28.7"
}
}
8 changes: 4 additions & 4 deletions examples/basic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.11",
"vite": "^6.0.0",
"vite-plugin-electron": "^0.28.7"
}
}
12 changes: 6 additions & 6 deletions packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/debug": "^4.1.12",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^2.0.0",
"builtin-modules": "^4.0.0",
"dts-bundle-generator": "9.5.1",
"electron": "29.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.1",
"vite": "^5.2.11",
"vite": "^6.0.0",
"vite-plugin-commonjs-externals": "^0.1.4",
"vitest": "^1.6.0",
"vitest": "^2.0.0",
"zod": "^3.23.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5c1f49e

Please sign in to comment.