We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fd04f commit 482896aCopy full SHA for 482896a
2 files changed
package.json
@@ -32,6 +32,7 @@
32
"@types/react-dom": "^19.2.2",
33
"postcss": "^8.5.6",
34
"tailwindcss": "^4.1.14",
35
- "typescript": "^5.9.3"
+ "typescript": "^5.9.3",
36
+ "which": "^5.0.0"
37
}
38
packages/desktop/package.json
@@ -23,7 +23,6 @@
23
"package:linux": "bun run build:electron:prod && next build && node node_modules/electron-builder/cli.js build --linux"
24
},
25
"dependencies": {
26
- "@dpip/common": "*",
27
"@electron/remote": "^2.1.3",
28
"electron-serve": "^3.0.0",
29
"electron-updater": "^6.6.2"
0 commit comments