|
9 | 9 | "build": "vite build"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@tanstack/react-query": "^4.29.1", |
13 |
| - "@trpc/client": "10.20.0", |
14 |
| - "@trpc/react-query": "10.20.0", |
15 |
| - "@trpc/server": "10.20.0", |
16 |
| - "electron": "^24.1.1", |
| 12 | + "@tanstack/react-query": "^4.29.14", |
| 13 | + "@trpc/client": "10.31.0", |
| 14 | + "@trpc/react-query": "10.31.0", |
| 15 | + "@trpc/server": "10.31.0", |
| 16 | + "electron": "^25.1.1", |
17 | 17 | "electron-trpc": "0.5.1",
|
18 | 18 | "react": "^18.2.0",
|
19 | 19 | "react-dom": "^18.2.0",
|
20 |
| - "superjson": "^1.12.2", |
| 20 | + "superjson": "^1.12.3", |
21 | 21 | "zod": "^3.21.4"
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@types/node": "^18.15.11", |
25 |
| - "@types/react": "^18.0.35", |
26 |
| - "@types/react-dom": "^18.0.11", |
27 |
| - "@vitejs/plugin-react": "^3.1.0", |
28 |
| - "vite": "^4.2.1", |
29 |
| - "vite-plugin-electron": "^0.11.1" |
| 24 | + "@types/node": "^20.3.1", |
| 25 | + "@types/react": "^18.2.13", |
| 26 | + "@types/react-dom": "^18.2.6", |
| 27 | + "@vitejs/plugin-react": "^4.0.0", |
| 28 | + "vite": "^4.3.9", |
| 29 | + "vite-plugin-electron": "^0.12.0" |
30 | 30 | }
|
31 | 31 | }
|
0 commit comments